Interface MatsSocketServer.MatsSocketEndpointContext<I,MR,R>

Type Parameters:
I - MatsSocket Incoming type
MR - Mats reply type (i.e. the type of the reply from the Mats endpoint which was forwarded to)
R - MatsSocket Reply type
All Known Subinterfaces:
MatsSocketServer.MatsSocketEndpointIncomingContext<I,MR,R>, MatsSocketServer.MatsSocketEndpointReplyContext<I,MR,R>
Enclosing interface:
MatsSocketServer

public static interface MatsSocketServer.MatsSocketEndpointContext<I,MR,R>
  • Method Details

    • getMatsSocketEndpoint

      MatsSocketServer.MatsSocketEndpoint<I,MR,R> getMatsSocketEndpoint()
      Returns:
      the MatsSocketServer.MatsSocketEndpoint instance for which this context relates.
    • getMatsSocketEndpointId

      default String getMatsSocketEndpointId()
      Convenience method, default implementation is this.getMatsSocketEndpoint().getMatsSocketEndpointId().
      Returns:
      the MatsSocket EndpointId for which this context relates.