open class ClusteredSessionStore : SessionStore
A session store which stores sessions in a distributed map so they are available across the cluster. NOTE: This class has been automatically generated from the io.vertx.ext.web.sstore.ClusteredSessionStore non RX-ified interface using Vert.x codegen.
ClusteredSessionStore(delegate: ClusteredSessionStore) |
static val __TYPE_ARG: TypeArg<ClusteredSessionStore> |
open static fun create(vertx: Vertx, sessionMapName: String): ClusteredSessionStoreopen static fun create(vertx: Vertx): ClusteredSessionStore
Create a session store open static fun create(vertx: Vertx, sessionMapName: String, retryTimeout: Long): ClusteredSessionStoreopen static fun create(vertx: Vertx, retryTimeout: Long): ClusteredSessionStore
Create a session store. The retry timeout value, configures how long the session handler will retry to get a session from the store when it is not found. |
|
open fun equals(other: Any?): Boolean |
|
open fun getDelegate(): ClusteredSessionStore |
|
open fun hashCode(): Int |
|
open static fun newInstance(arg: ClusteredSessionStore): ClusteredSessionStore |
|
open fun toString(): String |