Inherited Attributes
Attributes inherited from: Object
hash, string
Methods
createshared ClusteredSessionStore create(Vertx vertx)

Create a session store

Parameters:
  • vertx

    the Vert.x instance

createshared ClusteredSessionStore create(Vertx vertx, Integer retryTimeout)

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.

Parameters:
  • vertx

    the Vert.x instance

  • retryTimeout

    the store retry timeout, in ms

createshared ClusteredSessionStore create(Vertx vertx, String sessionMapName)

Create a session store

Parameters:
  • vertx

    the Vert.x instance

  • sessionMapName

    the session map name

createshared ClusteredSessionStore create(Vertx vertx, String sessionMapName, Integer retryTimeout)

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.

Parameters:
  • vertx

    the Vert.x instance

  • sessionMapName

    the session map name

  • retryTimeout

    the store retry timeout, in ms

Inherited Methods
Methods inherited from: Object
equals