| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Session |
build() |
<T> Session.Builder |
put(@NotNull Session.Key<T> key,
T value)
Adds a session variable into store
|
public <T> Session.Builder put(@NotNull @NotNull Session.Key<T> key, @Nullable T value)
T - the type of the value of the session variablekey - an unique name of the session variablevalue - the value of the session variablepublic Session build()
Copyright © 2018. All rights reserved.