public static interface TopicSubscriberBuilder.MessageBiConsumer<T,M>
Modifier and Type | Method and Description |
---|---|
void |
onMessage(T topic,
M message)
This method is invoked by DataGrid when a topic in a group has an new message/event
|
void onMessage(T topic, M message) throws InvalidSubscriberException
topic
- the message was associated withmessage
- publishedInvalidSubscriberException
- is thrown if this subscriber is no longer valid.Copyright © 2021. All rights reserved.