Class ClusterLettuceSessionStoreFactory

  • All Implemented Interfaces:
    com.aspectran.core.component.bean.aware.ApplicationAdapterAware, com.aspectran.core.component.bean.aware.Aware, com.aspectran.core.component.session.SessionStoreFactory

    public class ClusterLettuceSessionStoreFactory
    extends com.aspectran.core.component.session.AbstractSessionStoreFactory
    Factory that creates a Redis-based session store using Lettuce as a client.

    Created: 2019/12/06

    Since:
    6.6.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.aspectran.core.component.session.SessionStore getSessionStore()  
      void setPoolConfig​(RedisClusterConnectionPoolConfig poolConfig)  
      • Methods inherited from class com.aspectran.core.component.session.AbstractSessionStoreFactory

        getApplicationAdapter, getNonPersistentAttributes, setApplicationAdapter, setNonPersistentAttributes
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ClusterLettuceSessionStoreFactory

        public ClusterLettuceSessionStoreFactory()
    • Method Detail

      • getSessionStore

        public com.aspectran.core.component.session.SessionStore getSessionStore()