Interface Messaging.RequestHandler.RequestContext
- Enclosing interface:
- Messaging.RequestHandler<T,
R>
public static interface Messaging.RequestHandler.RequestContext
Context of the request received.
-
Method Summary
Modifier 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
-
getSessionId
SessionId getSessionId()SessionId of the session that sent the request.- Returns:
- the sessionId
-
getPath
String getPath()Returns the message path of the request.- Returns:
- the path
-
getSessionProperties
Session properties of the session that sent the request.- Returns:
- the session properties
-