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
-
Method Details
-
update
Called upon the runtimeencountering an event not matched to any of the event stream filters of any active statement.- Parameters:
theEvent
- unmatched event
-