Uses of Interface
one.microstream.communication.binarydynamic.ComHandlerSend
Package | Description |
---|---|
one.microstream.communication.binarydynamic |
-
Uses of ComHandlerSend in one.microstream.communication.binarydynamic
Classes in one.microstream.communication.binarydynamic that implement ComHandlerSend Modifier and Type Class Description class
ComHandlerReceiveMessageStatus
class
ComHandlerSendMessageClientTypeMismatch
class
ComHandlerSendMessageNewType
class
ComHandlerSendReceiveMessageData
Methods in one.microstream.communication.binarydynamic that return ComHandlerSend Modifier and Type Method Description <T extends ComMessage>
ComHandlerSend<ComMessage>ComHandlerRegistry.Default. lookupSend(Class<?> type)
<T extends ComMessage>
ComHandlerSend<ComMessage>ComHandlerRegistry. lookupSend(Class<?> type)
Methods in one.microstream.communication.binarydynamic with parameters of type ComHandlerSend Modifier and Type Method Description <T> boolean
ComHandlerRegistry.Default. registerSendHandler(Class<T> type, ComHandlerSend<?> handler)
<T> boolean
ComHandlerRegistry. registerSendHandler(Class<T> type, ComHandlerSend<?> handler)