| Package | Description | 
|---|---|
| io.vertx.rxjava.ext.web.sstore | 
| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<ClusteredSessionStore> | 
ClusteredSessionStore.__TYPE_ARG  | 
| Modifier and Type | Method and Description | 
|---|---|
static ClusteredSessionStore | 
ClusteredSessionStore.create(Vertx vertx)
Create a session store 
 | 
static ClusteredSessionStore | 
ClusteredSessionStore.create(Vertx vertx,
      long 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. 
 | 
static ClusteredSessionStore | 
ClusteredSessionStore.create(Vertx vertx,
      String sessionMapName)
Create a session store 
 | 
static ClusteredSessionStore | 
ClusteredSessionStore.create(Vertx vertx,
      String sessionMapName,
      long 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. 
 | 
static ClusteredSessionStore | 
ClusteredSessionStore.newInstance(ClusteredSessionStore arg)  | 
Copyright © 2020 Eclipse. All rights reserved.