Interface SessionStoreFactory

All Superinterfaces:
FactoryBean<SessionStore>
All Known Implementing Classes:
AbstractSessionStoreFactory, ClusterLettuceSessionStoreFactory, DefaultLettuceSessionStoreFactory, FileSessionStoreFactory, MasterReplicaLettuceSessionStoreFactory

public interface SessionStoreFactory extends FactoryBean<SessionStore>

Created: 2019/12/06

  • Method Details

    • getNonPersistentAttributes

      String[] getNonPersistentAttributes()
    • setNonPersistentAttributes

      void setNonPersistentAttributes(String[] nonPersistentAttributes)
    • getSessionStore

      SessionStore getSessionStore() throws IOException
      Throws:
      IOException