Class ComHandlerReceiveMessageClientTypeMismatch
java.lang.Object
one.microstream.communication.binarydynamic.ComHandlerReceiveMessageClientTypeMismatch
- All Implemented Interfaces:
ComHandlerReceive<ComMessageClientTypeMismatch>
public class ComHandlerReceiveMessageClientTypeMismatch extends Object implements ComHandlerReceive<ComMessageClientTypeMismatch>
-
Constructor Summary
Constructors Constructor Description ComHandlerReceiveMessageClientTypeMismatch(ComChannel connection)
-
Method Summary
Modifier and Type Method Description Object
processMessage(Object received)
Object
processMessage(ComMessageClientTypeMismatch 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<ComMessageClientTypeMismatch>
-
processMessage
- Specified by:
processMessage
in interfaceComHandlerReceive<ComMessageClientTypeMismatch>
-