Interface MutableSessionMetaDataValues

All Known Subinterfaces:
MutableSessionMetaDataOffsetValues

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

    • getTimeout

      org.wildfly.clustering.server.offset.Value<Duration> getTimeout()
    • getLastAccessStartTime

      org.wildfly.clustering.server.offset.Value<Instant> getLastAccessStartTime()
    • getLastAccessEndTime

      org.wildfly.clustering.server.offset.Value<Instant> getLastAccessEndTime()