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 ObjectprocessMessage(Object received)ObjectprocessMessage(ComMessageClientTypeMismatch message)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface one.microstream.communication.binarydynamic.ComHandlerReceive
continueReceiving
-
Constructor Details
-
Method Details
-
processMessage
- Specified by:
processMessagein interfaceComHandlerReceive<ComMessageClientTypeMismatch>
-
processMessage
- Specified by:
processMessagein interfaceComHandlerReceive<ComMessageClientTypeMismatch>
-