Class ComHandlerReceiveMessageNewType
java.lang.Object
one.microstream.communication.binarydynamic.ComHandlerReceiveMessageNewType
- All Implemented Interfaces:
ComHandlerReceive<ComMessageNewType>
public class ComHandlerReceiveMessageNewType extends Object implements ComHandlerReceive<ComMessageNewType>
-
Constructor Summary
Constructors Constructor Description ComHandlerReceiveMessageNewType(PersistenceTypeHandlerManager<Binary> typeHandlerManager, ComTypeDefinitionBuilder typeDefintionBuilder, PersistenceTypeHandlerEnsurer<Binary> typeHandlerEnsurer)
-
Method Summary
Modifier and Type Method Description boolean
continueReceiving()
Object
processMessage(Object messageObject)
Void
processMessage(ComMessageNewType message)
-
Constructor Details
-
ComHandlerReceiveMessageNewType
public ComHandlerReceiveMessageNewType(PersistenceTypeHandlerManager<Binary> typeHandlerManager, ComTypeDefinitionBuilder typeDefintionBuilder, PersistenceTypeHandlerEnsurer<Binary> typeHandlerEnsurer)
-
-
Method Details
-
processMessage
- Specified by:
processMessage
in interfaceComHandlerReceive<ComMessageNewType>
-
processMessage
- Specified by:
processMessage
in interfaceComHandlerReceive<ComMessageNewType>
-
continueReceiving
public boolean continueReceiving()- Specified by:
continueReceiving
in interfaceComHandlerReceive<ComMessageNewType>
-