Class HotRodIndexedHttpSessionConfiguration

  • All Implemented Interfaces:
    Consumer<org.springframework.core.annotation.AnnotationAttributes>, org.springframework.beans.factory.Aware, 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 HotRodIndexedHttpSessionConfiguration
    extends IndexedHttpSessionConfiguration
    implements HotRodSessionRepositoryConfiguration
    Spring configuration bean for an indexed session repository whose sessions are persisted to a remote Infinispan cluster accessed via HotRod.
    Author:
    Paul Ferraro