Class ComHandlerReceiveMessageStatus
java.lang.Object
one.microstream.communication.binarydynamic.ComHandlerReceiveMessageStatus
- All Implemented Interfaces:
ComHandlerReceive<ComMessageStatus>
,ComHandlerSend<ComMessageStatus>
public class ComHandlerReceiveMessageStatus extends Object implements ComHandlerReceive<ComMessageStatus>, ComHandlerSend<ComMessageStatus>
-
Constructor Summary
Constructors Constructor Description ComHandlerReceiveMessageStatus(ComChannelDynamic<?> channel)
-
Method Summary
Modifier and Type Method Description Object
processMessage(Object received)
Object
processMessage(ComMessageStatus message)
Object
sendMessage(Object messageObject)
Object
sendMessage(ComMessageStatus message)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface one.microstream.communication.binarydynamic.ComHandlerReceive
continueReceiving
-
Constructor Details
-
Method Details
-
processMessage
- Specified by:
processMessage
in interfaceComHandlerReceive<ComMessageStatus>
-
processMessage
- Specified by:
processMessage
in interfaceComHandlerReceive<ComMessageStatus>
-
sendMessage
- Specified by:
sendMessage
in interfaceComHandlerSend<ComMessageStatus>
-
sendMessage
- Specified by:
sendMessage
in interfaceComHandlerSend<ComMessageStatus>
-