Package io.mats3.serial
Interface MatsTrace.Call.Channel
-
- Enclosing interface:
- MatsTrace.Call<Z>
public static interface MatsTrace.Call.ChannelAn encapsulation of the stageId/endpointId along with theMatsTrace.Call.MessagingModelthe message should be delivered over.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetId()MatsTrace.Call.MessagingModelgetMessagingModel()
-
-
-
Method Detail
-
getId
java.lang.String getId()
-
getMessagingModel
MatsTrace.Call.MessagingModel getMessagingModel()
-
-