public interface ClusteredSessionStore extends SessionStore
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SESSION_MAP_NAME
The default name used for the session map
|
Modifier and Type | Method and Description |
---|---|
static ClusteredSessionStore |
create(Vertx vertx)
Create a session store
|
static ClusteredSessionStore |
create(Vertx vertx,
String sessionMapName)
Create a session store
|
clear, close, createSession, delete, get, put, size
static final String DEFAULT_SESSION_MAP_NAME
static ClusteredSessionStore create(Vertx vertx, String sessionMapName)
vertx
- the Vert.x instancesessionMapName
- the session map namestatic ClusteredSessionStore create(Vertx vertx)
vertx
- the Vert.x instanceCopyright © 2015. All Rights Reserved.