Class InfinispanSessionStore

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

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

  • Constructor Details

    • InfinispanSessionStore

      public InfinispanSessionStore(io.vertx.ext.web.sstore.infinispan.InfinispanSessionStore delegate)
    • InfinispanSessionStore

      public InfinispanSessionStore(Object delegate)
  • Method Details

    • getDelegate

      public io.vertx.ext.web.sstore.infinispan.InfinispanSessionStore getDelegate()
      Specified by:
      getDelegate in interface MutinyDelegate
      Overrides:
      getDelegate in class SessionStore
      Returns:
      the delegate used by this Mutiny object of generated type
    • toString

      public String toString()
      Overrides:
      toString in class SessionStore
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class SessionStore
    • create

      public static InfinispanSessionStore create(Vertx vertx, io.vertx.core.json.JsonObject options)
      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)
      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 arg)