Class SessionIdHolder

java.lang.Object
org.springframework.session.data.gemfire.support.AbstractSession
org.springframework.session.data.gemfire.support.SessionIdHolder
All Implemented Interfaces:
org.springframework.session.Session

public final class SessionIdHolder extends AbstractSession
SessionIdHolder class is a Spring Session Session implementation that only holds the ID of the Session. This implementation is only used in case Apache Geode or Pivotal GemFire returns a null (old) value in a Region EntryEvent triggered by a Operation.DESTROY or Operation.INVALIDATE operation.
Since:
2.0.0
See Also: