Interface InfinispanSessionStore

    • Method Detail

      • create

        static InfinispanSessionStore create​(Vertx vertx,
                                             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