Interface MutableSessionMetaDataOffsetValues
- All Superinterfaces:
MutableSessionMetaDataValues
Encapsulates the mutable session metadata entry properties, captured as offsets from their current values.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionstatic <C> MutableSessionMetaDataOffsetValuesfrom(ContextualSessionMetaDataEntry<C> entry) Creates a mutable session metadata entry delta from the specified metadata entry.
-
Method Details
-
from
Creates a mutable session metadata entry delta from the specified metadata entry.- Parameters:
entry- a session metadata entry- Returns:
- an object encapsulating the mutable session meta data properties
-
getTimeout
OffsetValue<Duration> getTimeout()- Specified by:
getTimeoutin interfaceMutableSessionMetaDataValues
-
getLastAccessStartTime
OffsetValue<Instant> getLastAccessStartTime()- Specified by:
getLastAccessStartTimein interfaceMutableSessionMetaDataValues
-
getLastAccessEndTime
OffsetValue<Instant> getLastAccessEndTime()- Specified by:
getLastAccessEndTimein interfaceMutableSessionMetaDataValues
-