Class HotRodSessionStore
java.lang.Object
org.wildfly.clustering.vertx.web.DistributableSessionStore
org.wildfly.clustering.vertx.web.infinispan.remote.HotRodSessionStore
- All Implemented Interfaces:
io.vertx.ext.web.sstore.SessionStore
@MetaInfServices(io.vertx.ext.web.sstore.SessionStore.class)
public class HotRodSessionStore
extends DistributableSessionStore
A remote Infinispan
SessionStore for Vert.x.- Author:
- Paul Ferraro
-
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
-
HOTROD_URI
- See Also:
-
CONFIGURATION
- See Also:
-
PROPERTIES
- See Also:
-
-
Constructor Details
-
HotRodSessionStore
public HotRodSessionStore()
-