Class InfinispanSessionStore
java.lang.Object
org.wildfly.clustering.vertx.web.DistributableSessionStore
org.wildfly.clustering.vertx.web.infinispan.embedded.InfinispanSessionStore
- All Implemented Interfaces:
io.vertx.ext.web.sstore.SessionStore
@MetaInfServices(io.vertx.ext.web.sstore.SessionStore.class)
public class InfinispanSessionStore
extends DistributableSessionStore
An embedded Infinispan
SessionStore for Vert.x.-
Field Summary
FieldsFields inherited from interface io.vertx.ext.web.sstore.SessionStore
DEFAULT_SESSIONID_LENGTH -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.wildfly.clustering.vertx.web.DistributableSessionStore
clear, close, createSession, createSession, delete, get, init, put, retryTimeout, sizeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.vertx.ext.web.sstore.SessionStore
clear, delete, get, put, size
-
Field Details
-
RESOURCE
- See Also:
-
CACHE
- See Also:
-
-
Constructor Details
-
InfinispanSessionStore
public InfinispanSessionStore()
-