public interface Correlator extends EventSetProcessor<CorrelatorAdapter>, CorrelatorOperations
| Modifier and Type | Method and Description |
|---|---|
void |
finish()
Finishes this event set processor.
|
boolean |
onAcceptAsFirst(Event event)
A callback method that checks if this event should be accepted as the first event of this correlator, therefore starting a new
instance.
|
void |
onDuration()
Callback invoked when duration timeout occurs.
|
void |
onEvent(Event event)
Callback invoked when an event happens.
|
getFirstEvent, getGroupgetAdapter, getLogger, getSponge, onConfigure, onInitgetMetagetKnowledgeBaseboolean onAcceptAsFirst(Event event)
event - the incoming event.true if this event should be accepted as the first event.void onEvent(Event event)
event - event.void onDuration()
void finish()
Copyright © 2016–2020 Softelnet. All rights reserved.