Interface MutableSessionMetaDataValues

All Known Subinterfaces:
MutableSessionMetaDataOffsetValues

public interface MutableSessionMetaDataValues
Encapsulates the mutable values of the session metadata.
Author:
Paul Ferraro
  • Method Details

    • getMaxIdle

      Value<Duration> getMaxIdle()
      Returns the max idle duration value
      Returns:
      the max idle duration value.
    • getLastAccessStartTime

      Value<Instant> getLastAccessStartTime()
      Returns the last access start time value.
      Returns:
      the last access start time value.
    • getLastAccessEndTime

      Value<Instant> getLastAccessEndTime()
      Returns the last access end time value.
      Returns:
      the last access end time value.