public interface DynamicRouter<E extends Message>
| Modifier and Type | Method and Description |
|---|---|
void |
dispatch(E content) |
void |
registerChannel(java.lang.Class<? extends E> contentType,
Channel<? extends E> channel) |
void |
unregisterChannel(Channel<? extends Event> channel) |
void |
unregisterChannel(java.lang.Class<? extends Event> contentType,
Channel<? extends Event> channel) |