Interface InfinispanSessionStore

All Superinterfaces:
SessionStore

public interface InfinispanSessionStore extends SessionStore
An implementation of SessionStore that relies on the Infinispan Java Client.
  • Method Details

    • create

      static InfinispanSessionStore create(Vertx vertx, JsonObject options)
      Create a new InfinispanSessionStore for the given configuration.
      Parameters:
      vertx - vertx instance
      options - the configuration
      Returns:
      the new instance
    • 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