@FunctionalInterface public interface TopicSubscriber<T,M> extends ISubscriber
| Modifier and Type | Method and Description |
|---|---|
void |
onMessage(T topic,
M message) |
onEndOfSubscriptionvoid onMessage(T topic, M message) throws InvalidSubscriberException
InvalidSubscriberExceptionCopyright © 2015. All rights reserved.