Interface UnmatchedListener
public interface UnmatchedListener
Interface to receive notification from an runtime that an event that has been sent into the runtimeor that
has been generated via insert-into has not been matched to any statement, considering all started statement's
event stream filter criteria (not considering where-clause and having-clauses).
Also see EPEventService.setUnmatchedListener(UnmatchedListener)
.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
update
(com.espertech.esper.common.client.EventBean theEvent) Called upon the runtimeencountering an event not matched to any of the event stream filters of any active statement.
-
Method Details
-
update
void update(com.espertech.esper.common.client.EventBean theEvent) Called upon the runtimeencountering an event not matched to any of the event stream filters of any active statement.- Parameters:
theEvent
- unmatched event
-