public interface PartitionDataListener
| Modifier and Type | Method and Description |
|---|---|
void |
onNewData(Collection<Data> data)
Invoked when a new collection of Data has been received into the partition.
|
void |
onNewEvents(Collection<Event> events)
Invoked when a new collection of Events has been received into the partition.
|
void onNewData(Collection<Data> data)
data - the new data receivedvoid onNewEvents(Collection<Event> events)
events - the new events receivedCopyright © 2015–2017 Red Hat, Inc.. All rights reserved.