Modifier and Type | Method and Description |
---|---|
static InfinispanSessionStore |
InfinispanSessionStore.create(io.vertx.core.Vertx vertx,
io.vertx.core.json.JsonObject options)
Create a new
InfinispanSessionStore for the given configuration. |
static InfinispanSessionStore |
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. |
Copyright © 2022 Eclipse. All rights reserved.