public interface EventMerger
Modifier and Type | Method and Description |
---|---|
void |
close()
closeis and cleans up all the resources
|
java.lang.String |
getName()
returns the name of the merger
|
Event |
merge(long currentTime,
Event[] events)
merges the set of events into a new event
|