Class InfinispanSessionStore
java.lang.Object
io.vertx.mutiny.ext.web.sstore.infinispan.InfinispanSessionStore
- All Implemented Interfaces:
MutinyDelegate
An implementation of
SessionStore that relies on the Infinispan Java Client.
NOTE: This class has been automatically generated from the original non Mutiny-ified interface.
- See Also:
-
InfinispanSessionStore
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInfinispanSessionStore(io.vertx.ext.web.sstore.infinispan.InfinispanSessionStore delegate) Create a new instance ofInfinispanSessionStoredelegating to the given (non-null) instance ofInfinispanSessionStore.InfinispanSessionStore(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionstatic InfinispanSessionStoreCreate a newInfinispanSessionStorefor the given configuration.static InfinispanSessionStorecreate(Vertx vertx, io.vertx.core.json.JsonObject options, org.infinispan.client.hotrod.RemoteCacheManager remoteCacheManager) Likecreate(Vertx, JsonObject)but with a pre-configured Infinispan Client.booleanio.vertx.ext.web.sstore.infinispan.InfinispanSessionStoreGet the delegate instance.inthashCode()static InfinispanSessionStorenewInstance(io.vertx.ext.web.sstore.infinispan.InfinispanSessionStore delegate) Creates a new instance of theInfinispanSessionStore.toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
InfinispanSessionStore
public InfinispanSessionStore(io.vertx.ext.web.sstore.infinispan.InfinispanSessionStore delegate) Create a new instance ofInfinispanSessionStoredelegating to the given (non-null) instance ofInfinispanSessionStore. -
InfinispanSessionStore
-
-
Method Details
-
getDelegate
public io.vertx.ext.web.sstore.infinispan.InfinispanSessionStore getDelegate()Get the delegate instance.This method returns the instance on which this shim is delegating the calls. And so, give you access to the bare API.
- Specified by:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate instance
-
create
Create a newInfinispanSessionStorefor the given configuration.- 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) Likecreate(Vertx, JsonObject)but with a pre-configured Infinispan Client.- 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 delegate) Creates a new instance of theInfinispanSessionStore. -
hashCode
public int hashCode() -
equals
-
toString
-