Uses of Interface
org.wildfly.clustering.web.spring.hotrod.HotRodSessionRepositoryConfiguration
-
Packages that use HotRodSessionRepositoryConfiguration Package Description org.wildfly.clustering.web.spring.hotrod org.wildfly.clustering.web.spring.hotrod.annotation -
-
Uses of HotRodSessionRepositoryConfiguration in org.wildfly.clustering.web.spring.hotrod
Constructors in org.wildfly.clustering.web.spring.hotrod with parameters of type HotRodSessionRepositoryConfiguration Constructor Description HotRodSessionRepository(HotRodSessionRepositoryConfiguration configuration) -
Uses of HotRodSessionRepositoryConfiguration in org.wildfly.clustering.web.spring.hotrod.annotation
Classes in org.wildfly.clustering.web.spring.hotrod.annotation that implement HotRodSessionRepositoryConfiguration Modifier and Type Class Description classHotRodHttpSessionConfigurationSpring configuration bean for a session repository whose sessions are persisted to a remote Infinispan cluster accessed via HotRod.classHotRodIndexedHttpSessionConfigurationSpring configuration bean for an indexed session repository whose sessions are persisted to a remote Infinispan cluster accessed via HotRod.
-