Uses of Class
io.vertx.mutiny.ext.web.sstore.infinispan.InfinispanSessionStore
Packages that use InfinispanSessionStore
-
Uses of InfinispanSessionStore in io.vertx.mutiny.ext.web.sstore.infinispan
Fields in io.vertx.mutiny.ext.web.sstore.infinispan with type parameters of type InfinispanSessionStoreModifier and TypeFieldDescriptionstatic final TypeArg<InfinispanSessionStore>InfinispanSessionStore.__TYPE_ARGMethods in io.vertx.mutiny.ext.web.sstore.infinispan that return InfinispanSessionStoreModifier and TypeMethodDescriptionstatic InfinispanSessionStoreCreate a newInfinispanSessionStorefor the given configuration.static InfinispanSessionStoreInfinispanSessionStore.create(Vertx vertx, io.vertx.core.json.JsonObject options, org.infinispan.client.hotrod.RemoteCacheManager remoteCacheManager) Likecreate(Vertx, JsonObject)but with a pre-configured Infinispan Client.static InfinispanSessionStoreInfinispanSessionStore.newInstance(io.vertx.ext.web.sstore.infinispan.InfinispanSessionStore delegate) Creates a new instance of theInfinispanSessionStore.