open class LocalSessionStore : SessionStore
A session store which is only available on a single node.
Can be used when sticky sessions are being used.
NOTE: This class has been automatically generated from the io.vertx.ext.web.sstore.LocalSessionStore non RX-ified interface using Vert.x codegen.
LocalSessionStore(delegate: LocalSessionStore) |
static val __TYPE_ARG: TypeArg<LocalSessionStore> |
open static fun create(vertx: Vertx): LocalSessionStoreopen static fun create(vertx: Vertx, sessionMapName: String): LocalSessionStoreopen static fun create(vertx: Vertx, sessionMapName: String, reaperInterval: Long): LocalSessionStore
Create a session store |
|
open fun equals(other: Any?): Boolean |
|
open fun getDelegate(): LocalSessionStore |
|
open fun hashCode(): Int |
|
open static fun newInstance(arg: LocalSessionStore): LocalSessionStore |
|
open fun toString(): String |