Uses of Interface
one.microstream.communication.binarydynamic.ComMessage
| Package | Description |
|---|---|
| one.microstream.communication.binarydynamic |
-
Uses of ComMessage in one.microstream.communication.binarydynamic
Classes in one.microstream.communication.binarydynamic with type parameters of type ComMessage Modifier and Type Interface Description interfaceComHandlerReceive<T extends ComMessage>interfaceComHandlerSend<T extends ComMessage>Classes in one.microstream.communication.binarydynamic that implement ComMessage Modifier and Type Class Description classComMessageClientErrorclassComMessageClientTypeMismatchclassComMessageDataclassComMessageNewTypeclassComMessageStatusMethods in one.microstream.communication.binarydynamic with type parameters of type ComMessage Modifier and Type Method Description <T extends ComMessage>
ComHandlerReceive<ComMessage>ComHandlerRegistry.Default. lookupReceive(Class<?> type)<T extends ComMessage>
ComHandlerReceive<ComMessage>ComHandlerRegistry. lookupReceive(Class<?> type)<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 that return types with arguments of type ComMessage Modifier and Type Method Description <T extends ComMessage>
ComHandlerReceive<ComMessage>ComHandlerRegistry.Default. lookupReceive(Class<?> type)<T extends ComMessage>
ComHandlerReceive<ComMessage>ComHandlerRegistry. lookupReceive(Class<?> type)<T extends ComMessage>
ComHandlerSend<ComMessage>ComHandlerRegistry.Default. lookupSend(Class<?> type)<T extends ComMessage>
ComHandlerSend<ComMessage>ComHandlerRegistry. lookupSend(Class<?> type)