public interface EventAccumulator
| Modifier and Type | Method and Description |
|---|---|
void |
add(Event event)
Adds an event to the current batch.
|
void |
processEvents(List<Event> events)
Processes the specified list of accumulated events.
|
void add(Event event)
event - event to be added to the current batchCopyright © 2015. All rights reserved.