Uses of Interface
io.vertx.ext.web.sstore.infinispan.InfinispanSessionStore
-
Packages that use InfinispanSessionStore Package Description io.vertx.ext.web.sstore.infinispan io.vertx.reactivex.ext.web.sstore.infinispan io.vertx.rxjava3.ext.web.sstore.infinispan -
-
Uses of InfinispanSessionStore in io.vertx.ext.web.sstore.infinispan
Methods in io.vertx.ext.web.sstore.infinispan that return InfinispanSessionStore Modifier and Type Method Description static InfinispanSessionStore
InfinispanSessionStore. create(Vertx vertx, JsonObject options)
Create a newInfinispanSessionStore
for the given configuration.static InfinispanSessionStore
InfinispanSessionStore. create(Vertx vertx, JsonObject options, org.infinispan.client.hotrod.RemoteCacheManager remoteCacheManager)
Likecreate(Vertx, JsonObject)
but with a pre-configured Infinispan Client. -
Uses of InfinispanSessionStore in io.vertx.reactivex.ext.web.sstore.infinispan
Methods in io.vertx.reactivex.ext.web.sstore.infinispan that return InfinispanSessionStore Modifier and Type Method Description InfinispanSessionStore
InfinispanSessionStore. getDelegate()
Methods in io.vertx.reactivex.ext.web.sstore.infinispan with parameters of type InfinispanSessionStore Modifier and Type Method Description static InfinispanSessionStore
InfinispanSessionStore. newInstance(InfinispanSessionStore arg)
Constructors in io.vertx.reactivex.ext.web.sstore.infinispan with parameters of type InfinispanSessionStore Constructor Description InfinispanSessionStore(InfinispanSessionStore delegate)
-
Uses of InfinispanSessionStore in io.vertx.rxjava3.ext.web.sstore.infinispan
Methods in io.vertx.rxjava3.ext.web.sstore.infinispan that return InfinispanSessionStore Modifier and Type Method Description InfinispanSessionStore
InfinispanSessionStore. getDelegate()
Methods in io.vertx.rxjava3.ext.web.sstore.infinispan with parameters of type InfinispanSessionStore Modifier and Type Method Description static InfinispanSessionStore
InfinispanSessionStore. newInstance(InfinispanSessionStore arg)
Constructors in io.vertx.rxjava3.ext.web.sstore.infinispan with parameters of type InfinispanSessionStore Constructor Description InfinispanSessionStore(InfinispanSessionStore delegate)
-