I
- type of the incoming MatsSocket message ("Incoming")MR
- type of the returned Mats message ("Mats Reply")R
- type of the outgoing MatsSocket message ("Reply")public static interface MatsSocketServer.MatsSocketEndpoint<I,MR,R>
Modifier and Type | Method and Description |
---|---|
java.lang.Class<I> |
getIncomingClass() |
java.lang.Class<MR> |
getMatsReplyClass() |
java.lang.String |
getMatsSocketEndpointId() |
java.lang.Class<R> |
getReplyClass() |
java.lang.String getMatsSocketEndpointId()
java.lang.Class<I> getIncomingClass()
java.lang.Class<MR> getMatsReplyClass()
Void.TYPE
(i.e. void.class
) for Terminators.java.lang.Class<R> getReplyClass()
Void.TYPE
(i.e. void.class
) for Terminators.