Package io.mats3.matssocket
Interface MatsSocketServer.MatsSocketEndpointContext<I,MR,R>
- Type Parameters:
I
- MatsSocket Incoming typeMR
- 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 Summary
Modifier and TypeMethodDescriptiondefault String
Convenience method, default implementation isthis.getMatsSocketEndpoint().getMatsSocketEndpointId()
.
-
Method Details
-
getMatsSocketEndpoint
MatsSocketServer.MatsSocketEndpoint<I,MR, getMatsSocketEndpoint()R> - Returns:
- the
MatsSocketServer.MatsSocketEndpoint
instance for which this context relates.
-
getMatsSocketEndpointId
Convenience method, default implementation isthis.getMatsSocketEndpoint().getMatsSocketEndpointId()
.- Returns:
- the MatsSocket EndpointId for which this context relates.
-