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 |
onNewData(Data data)
Invoked when a new Data has been received into the partition.
|
void |
onNewEvent(Event event)
Invoked when a new Event 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(Data data)
data - the new data receivedvoid onNewData(Collection<Data> data)
data - the new data receivedvoid onNewEvent(Event event)
event - the new event receivedvoid onNewEvents(Collection<Event> events)
events - the new events receivedCopyright © 2015–2016 Red Hat, Inc.. All rights reserved.