Interface ComHandlerRegistry
- All Known Implementing Classes:
ComHandlerRegistry.Default
public interface ComHandlerRegistry
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ComHandlerRegistry.Default
-
Method Summary
Modifier and Type Method Description <T extends ComMessage>
ComHandlerReceive<ComMessage>lookupReceive(Class<?> type)
<T extends ComMessage>
ComHandlerSend<ComMessage>lookupSend(Class<?> type)
<T> boolean
registerReceiveHandler(Class<T> type, ComHandlerReceive<?> handler)
<T> boolean
registerSendHandler(Class<T> type, ComHandlerSend<?> handler)