Interface InfinispanSessionManagerParameters

All Superinterfaces:
SessionManagerParameters

public interface InfinispanSessionManagerParameters extends SessionManagerParameters
Author:
Paul Ferraro
  • Method Details

    • getCacheType

      org.infinispan.configuration.cache.CacheType getCacheType()
    • getTransactionMode

      org.infinispan.transaction.TransactionMode getTransactionMode()
    • getDeploymentName

      default String getDeploymentName()
      Specified by:
      getDeploymentName in interface SessionManagerParameters
    • persistence

      default org.wildfly.clustering.function.Runnable persistence(org.infinispan.configuration.global.GlobalConfiguration global, org.infinispan.configuration.cache.PersistenceConfigurationBuilder builder)