Interface SessionMetaDataEntryOffsets


public interface SessionMetaDataEntryOffsets
Encapsulates session metadata entry offsets.
Author:
Paul Ferraro
  • Method Details

    • getMaxIdleOffset

      Offset<Duration> getMaxIdleOffset()
      Returns the max idle duration, as an offset from the current value.
      Returns:
      the max idle duration, as an offset from the current value.
    • getLastAccessStartTimeOffset

      Offset<Instant> getLastAccessStartTimeOffset()
      Returns the last access start time, as an offset from the current value.
      Returns:
      the last access start time, as an offset from the current value.
    • getLastAccessEndTimeOffset

      Offset<Instant> getLastAccessEndTimeOffset()
      Returns the last access end time, as an offset from the current value.
      Returns:
      the last access end time, as an offset from the current value.