Class InfinispanSessionStore


  • public class InfinispanSessionStore
    extends SessionStore
    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.

    • Constructor Detail

      • InfinispanSessionStore

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

        public InfinispanSessionStore​(Object delegate)
    • Method Detail

      • getDelegate

        public io.vertx.ext.web.sstore.infinispan.InfinispanSessionStore getDelegate()
        Overrides:
        getDelegate 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)