vertx / io.vertx.rxjava.ext.web.sstore / ClusteredSessionStore

ClusteredSessionStore

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.

Constructors

<init>

ClusteredSessionStore(delegate: ClusteredSessionStore)

Properties

__TYPE_ARG

static val __TYPE_ARG: TypeArg<ClusteredSessionStore>

Functions

create

open static fun create(vertx: Vertx, sessionMapName: String): ClusteredSessionStore
open static fun create(vertx: Vertx): ClusteredSessionStore

Create a session store

open static fun create(vertx: Vertx, sessionMapName: String, retryTimeout: Long): ClusteredSessionStore
open 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.

equals

open fun equals(other: Any?): Boolean

getDelegate

open fun getDelegate(): ClusteredSessionStore

hashCode

open fun hashCode(): Int

newInstance

open static fun newInstance(arg: ClusteredSessionStore): ClusteredSessionStore

toString

open fun toString(): String