Class InfinispanSessionStore
java.lang.Object
io.vertx.mutiny.ext.web.sstore.SessionStore
io.vertx.mutiny.ext.web.sstore.infinispan.InfinispanSessionStore
- All Implemented Interfaces:
MutinyDelegate
An implementation of that relies on the Infinispan Java Client.
NOTE: This class has been automatically generated from the
original
non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInfinispanSessionStore
(io.vertx.ext.web.sstore.infinispan.InfinispanSessionStore delegate) InfinispanSessionStore
(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionstatic InfinispanSessionStore
static InfinispanSessionStore
create
(Vertx vertx, io.vertx.core.json.JsonObject options, org.infinispan.client.hotrod.RemoteCacheManager remoteCacheManager) boolean
io.vertx.ext.web.sstore.infinispan.InfinispanSessionStore
int
hashCode()
static InfinispanSessionStore
newInstance
(io.vertx.ext.web.sstore.infinispan.InfinispanSessionStore arg) toString()
Methods inherited from class io.vertx.mutiny.ext.web.sstore.SessionStore
clear, clearAndAwait, clearAndForget, close, create, createSession, createSession, delete, deleteAndAwait, deleteAndForget, get, getAndAwait, getAndForget, init, newInstance, put, putAndAwait, putAndForget, retryTimeout, size, sizeAndAwait, sizeAndForget
-
Field Details
-
__TYPE_ARG
-
DEFAULT_SESSIONID_LENGTH
public static final int DEFAULT_SESSIONID_LENGTH- See Also:
-
-
Constructor Details
-
InfinispanSessionStore
public InfinispanSessionStore(io.vertx.ext.web.sstore.infinispan.InfinispanSessionStore delegate) -
InfinispanSessionStore
-
-
Method Details
-
getDelegate
public io.vertx.ext.web.sstore.infinispan.InfinispanSessionStore getDelegate()- Specified by:
getDelegate
in interfaceMutinyDelegate
- Overrides:
getDelegate
in classSessionStore
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
- Overrides:
toString
in classSessionStore
-
equals
- Overrides:
equals
in classSessionStore
-
hashCode
public int hashCode()- Overrides:
hashCode
in classSessionStore
-
create
- Parameters:
vertx
- vertx instanceoptions
- the configuration- Returns:
- the new instance
-
create
public static InfinispanSessionStore create(Vertx vertx, io.vertx.core.json.JsonObject options, org.infinispan.client.hotrod.RemoteCacheManager remoteCacheManager) - Parameters:
vertx
- vertx instanceoptions
- the configurationremoteCacheManager
- pre-configured Infinispan Client- Returns:
- the new instance
-
newInstance
public static InfinispanSessionStore newInstance(io.vertx.ext.web.sstore.infinispan.InfinispanSessionStore arg)
-