@FunctionalInterface public interface Subscriber<E> extends ISubscriber
| Modifier and Type | Method and Description |
|---|---|
void |
onMessage(E e) |
onEndOfSubscriptionvoid onMessage(E e) throws InvalidSubscriberException
InvalidSubscriberExceptionCopyright © 2015. All rights reserved.