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

Create a session store

Parameters:
  • vertx

    the Vert.x instance

createshared LocalSessionStore create(Vertx vertx, String sessionMapName)

Create a session store

Parameters:
  • vertx

    the Vert.x instance

  • sessionMapName

    name for map used to store sessions

createshared LocalSessionStore create(Vertx vertx, String sessionMapName, Integer reaperInterval)

Create a session store

Parameters:
  • vertx

    the Vert.x instance

  • sessionMapName

    name for map used to store sessions

  • reaperInterval

    how often, in ms, to check for expired sessions

Inherited Methods
Methods inherited from: Object
equals