Interface SessionCreationMetaData

All Superinterfaces:
ImmutableSessionCreationMetaData
All Known Subinterfaces:
SessionCreationMetaDataEntry<C>
All Known Implementing Classes:
DefaultSessionCreationMetaDataEntry, MutableSessionCreationMetaData

public interface SessionCreationMetaData extends ImmutableSessionCreationMetaData
The more static aspects of a session's meta-data.
Author:
Paul Ferraro
  • Method Details

    • setMaxIdle

      void setMaxIdle(Duration maxIdle)
      Sets the maximum duration of time this session may remain idle before it will be expired by the session manager.
      Parameters:
      maxIdle - a maximum duration of time this session may remain idle before it will be expired by the session manager.