Class HotRodHttpSessionConfiguration

java.lang.Object
org.springframework.session.config.annotation.web.http.SpringHttpSessionConfiguration
org.wildfly.clustering.web.spring.annotation.HttpSessionConfiguration
org.wildfly.clustering.web.spring.hotrod.annotation.HotRodHttpSessionConfiguration
All Implemented Interfaces:
Consumer<org.springframework.core.annotation.AnnotationAttributes>, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.annotation.ImportAware, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationEventPublisherAware, org.springframework.web.context.ServletContextAware, HotRodSessionRepositoryConfiguration, SessionRepositoryConfiguration

@Configuration(proxyBeanMethods=false) public class HotRodHttpSessionConfiguration extends HttpSessionConfiguration implements HotRodSessionRepositoryConfiguration
Spring configuration bean for a session repository whose sessions are persisted to a remote Infinispan cluster accessed via HotRod.
Author:
Paul Ferraro