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 classComHandlerReceiveMessageStatusclassComHandlerSendMessageClientTypeMismatchclassComHandlerSendMessageNewTypeclassComHandlerSendReceiveMessageDataMethods 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> booleanComHandlerRegistry.Default. registerSendHandler(Class<T> type, ComHandlerSend<?> handler)<T> booleanComHandlerRegistry. registerSendHandler(Class<T> type, ComHandlerSend<?> handler)