public static interface SubscriberBuilder.MessageConsumer<M>
Modifier and Type | Method and Description |
---|---|
void |
onMessage(M message)
This method is invoked by DataGrid when there is a new unseen event.
|
void onMessage(M message) throws InvalidSubscriberException
message
- eventInvalidSubscriberException
- is thrown if this subscriber is no longer valid.Copyright © 2021. All rights reserved.