public interface InfinispanSessionStore
extends io.vertx.ext.web.sstore.SessionStore
SessionStore
that relies on the Infinispan Java Client.Modifier and Type | Method and Description |
---|---|
static InfinispanSessionStore |
create(io.vertx.core.Vertx vertx,
io.vertx.core.json.JsonObject options)
Create a new
InfinispanSessionStore for the given configuration. |
static InfinispanSessionStore |
create(io.vertx.core.Vertx vertx,
io.vertx.core.json.JsonObject options,
org.infinispan.client.hotrod.RemoteCacheManager remoteCacheManager)
Like
create(Vertx, JsonObject) but with a pre-configured Infinispan Client. |
static InfinispanSessionStore create(io.vertx.core.Vertx vertx, io.vertx.core.json.JsonObject options)
InfinispanSessionStore
for the given configuration.create
in interface io.vertx.ext.web.sstore.SessionStore
vertx
- vertx instanceoptions
- the configurationstatic InfinispanSessionStore create(io.vertx.core.Vertx vertx, io.vertx.core.json.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.