public interface InfinispanSessionStore extends SessionStore
SessionStore
that relies on the Infinispan Java Client.DEFAULT_SESSIONID_LENGTH
Modifier and Type | Method and Description |
---|---|
static InfinispanSessionStore |
create(Vertx vertx,
JsonObject options)
Create a new
InfinispanSessionStore for the given configuration. |
static InfinispanSessionStore |
create(Vertx vertx,
JsonObject options,
org.infinispan.client.hotrod.RemoteCacheManager remoteCacheManager)
Like
create(Vertx, JsonObject) but with a pre-configured Infinispan Client. |
clear, clear, close, create, createSession, createSession, delete, delete, get, get, init, put, put, retryTimeout, size, size
static InfinispanSessionStore create(Vertx vertx, JsonObject options)
InfinispanSessionStore
for the given configuration.create
in interface SessionStore
vertx
- vertx instanceoptions
- the configurationstatic InfinispanSessionStore create(Vertx vertx, JsonObject options, org.infinispan.client.hotrod.RemoteCacheManager remoteCacheManager)
create(Vertx, JsonObject)
but with a pre-configured Infinispan Client.vertx
- vertx instanceoptions
- the configurationremoteCacheManager
- pre-configured Infinispan ClientCopyright © 2022 Eclipse. All rights reserved.