Interface SessionMetaDataEntryOffsets
-
public interface SessionMetaDataEntryOffsetsEncapsulates session metadata entry offsets.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Offset<Instant>getLastAccessEndTimeOffset()Returns the last access end time delta, as an offset from the current value.Offset<Instant>getLastAccessStartTimeOffset()Returns the last access start time delta, as an offset from the current value.Offset<Duration>getTimeoutOffset()Returns the session timeout delta, as an offset from the current value.
-
-
-
Method Detail
-
getTimeoutOffset
Offset<Duration> getTimeoutOffset()
Returns the session timeout delta, as an offset from the current value.- Returns:
- the session timeout delta, as an offset from the current value.
-
getLastAccessStartTimeOffset
Offset<Instant> getLastAccessStartTimeOffset()
Returns the last access start time delta, as an offset from the current value.- Returns:
- the last access start time delta, as an offset from the current value.
-
-