Class InfinispanSessionStore

java.lang.Object
io.vertx.mutiny.ext.web.sstore.infinispan.InfinispanSessionStore
All Implemented Interfaces:
MutinyDelegate

public class InfinispanSessionStore extends Object implements 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 Details

  • Constructor Details

    • InfinispanSessionStore

      public InfinispanSessionStore(io.vertx.ext.web.sstore.infinispan.InfinispanSessionStore delegate)
      Create a new instance of InfinispanSessionStore delegating to the given (non-null) instance of InfinispanSessionStore.
    • InfinispanSessionStore

      public InfinispanSessionStore(Object delegate)
  • 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:
      getDelegate in interface MutinyDelegate
      Returns:
      the delegate instance
    • create

      public static InfinispanSessionStore create(Vertx vertx, io.vertx.core.json.JsonObject options)
      Create a new InfinispanSessionStore for the given configuration.
      Parameters:
      vertx - vertx instance
      options - 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)
      Like create(Vertx, JsonObject) but with a pre-configured Infinispan Client.
      Parameters:
      vertx - vertx instance
      options - the configuration
      remoteCacheManager - 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 the InfinispanSessionStore.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object