Interface Messaging.RequestHandler.RequestContext
- Enclosing interface:
- Messaging.RequestHandler<T,R> 
public static interface Messaging.RequestHandler.RequestContext
Context of the request received.
- 
Method SummaryModifier and TypeMethodDescriptiongetPath()Returns the message path of the request.SessionId of the session that sent the request.Session properties of the session that sent the request.
- 
Method Details- 
getSessionIdSessionId getSessionId()SessionId of the session that sent the request.- Returns:
- the sessionId
 
- 
getPathString getPath()Returns the message path of the request.- Returns:
- the path
 
- 
getSessionPropertiesSession properties of the session that sent the request.- Returns:
- the session properties
 
 
-