com.espertech.esper.client
Interface UnmatchedListener


public interface UnmatchedListener

Interface to receive notification from an engine that an event that has been sent into the engine or 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 EPRuntime.setUnmatchedListener(UnmatchedListener).


Method Summary
 void update(EventBean theEvent)
          Called upon the engine encountering an event not matched to any of the event stream filters of any active statement.
 

Method Detail

update

void update(EventBean theEvent)
Called upon the engine encountering an event not matched to any of the event stream filters of any active statement.

Parameters:
theEvent - unmatched event

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com