public class ClusteredSessionStore extends SessionStore
original
non RX-ified interface using Vert.x codegen.Constructor and Description |
---|
ClusteredSessionStore(ClusteredSessionStore delegate) |
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
|
Object |
getDelegate() |
static ClusteredSessionStore |
newInstance(ClusteredSessionStore arg) |
clear, clearObservable, close, createSession, delete, deleteObservable, get, getObservable, newInstance, put, putObservable, size, sizeObservable
public ClusteredSessionStore(ClusteredSessionStore delegate)
public Object getDelegate()
getDelegate
in class SessionStore
public static ClusteredSessionStore create(Vertx vertx, String sessionMapName)
vertx
- the Vert.x instancesessionMapName
- the session map namepublic static ClusteredSessionStore create(Vertx vertx)
vertx
- the Vert.x instancepublic static ClusteredSessionStore newInstance(ClusteredSessionStore arg)
Copyright © 2015. All Rights Reserved.