- All Known Subinterfaces:
CancelMethodReplyMessage,MethodReplyMessage,MethodRequest,MethodRequestMessage,PublishSubjectReplyMessage,Reply,Session,SessionIdAccessor.SessionIdProperty
public interface SessionIdAccessor
Provides an accessor for a session TID property.
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSessionIdAccessor.SessionIdBuilder<B extends SessionIdAccessor.SessionIdBuilder<B>>Provides a builder method for a the according property returning the builder for applying multiple build operations.static interfaceSessionIdAccessor.SessionIdMutatorProvides a mutator for a session TID property.static interfaceSessionIdAccessor.SessionIdPropertyProvides a session TID property. -
Method Summary
Modifier and Type Method Description StringgetSessionId()Retrieves the sessionId from the session TID property.
-
Method Details
-
getSessionId
String getSessionId()Retrieves the sessionId from the session TID property.- Returns:
- The sessionId stored by the session TID property.
-