Inherited Attributes |
Attributes inherited from: Object hash , string |
Methods | |
create | shared ClusteredSessionStore create(Vertx vertx) Create a session store Parameters:
|
create | shared 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:
|
create | shared ClusteredSessionStore create(Vertx vertx, String sessionMapName) Create a session store Parameters:
|
create | shared 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:
|
Inherited Methods |
Methods inherited from: Object equals |