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 booleancontinueReceiving()ObjectprocessMessage(Object messageObject)VoidprocessMessage(ComMessageNewType message)
-
Constructor Details
-
ComHandlerReceiveMessageNewType
public ComHandlerReceiveMessageNewType(PersistenceTypeHandlerManager<Binary> typeHandlerManager, ComTypeDefinitionBuilder typeDefintionBuilder, PersistenceTypeHandlerEnsurer<Binary> typeHandlerEnsurer)
-
-
Method Details
-
processMessage
- Specified by:
processMessagein interfaceComHandlerReceive<ComMessageNewType>
-
processMessage
- Specified by:
processMessagein interfaceComHandlerReceive<ComMessageNewType>
-
continueReceiving
public boolean continueReceiving()- Specified by:
continueReceivingin interfaceComHandlerReceive<ComMessageNewType>
-