Class ComHandlerSendMessageNewType
java.lang.Object
one.microstream.communication.binarydynamic.ComHandlerSendMessageNewType
- All Implemented Interfaces:
ComHandlerSend<ComMessageNewType>
public class ComHandlerSendMessageNewType extends Object implements ComHandlerSend<ComMessageNewType>
-
Constructor Summary
Constructors Constructor Description ComHandlerSendMessageNewType(ComChannelDynamic<?> channel)
-
Method Summary
Modifier and Type Method Description Object
sendMessage(Object messageObject)
Void
sendMessage(ComMessageNewType message)
-
Constructor Details
-
Method Details
-
sendMessage
- Specified by:
sendMessage
in interfaceComHandlerSend<ComMessageNewType>
-
sendMessage
- Specified by:
sendMessage
in interfaceComHandlerSend<ComMessageNewType>
-