Interface Messaging.RequestHandler.RequestContext

Enclosing interface:
Messaging.RequestHandler<T,R>

public static interface Messaging.RequestHandler.RequestContext
Context of the request received.
  • 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

      Map<String,String> getSessionProperties()
      Session properties of the session that sent the request.
      Returns:
      the session properties