Class RouteResultViewHandlerAll
java.lang.Object
com.espertech.esper.common.internal.context.aifactory.ontrigger.onsplit.RouteResultViewHandlerBase
com.espertech.esper.common.internal.context.aifactory.ontrigger.onsplit.RouteResultViewHandlerAll
- All Implemented Interfaces:
RouteResultViewHandler
Handler for split-stream evaluating the all where-clauses and their matching select-clauses.
-
Field Summary
Fields inherited from class com.espertech.esper.common.internal.context.aifactory.ontrigger.onsplit.RouteResultViewHandlerBase
agentInstanceContext, audit, epStatementHandle, eventsPerStream, internalEventRouter, items, processors
-
Constructor Summary
ConstructorDescriptionRouteResultViewHandlerAll
(EPStatementHandle epStatementHandle, InternalEventRouter internalEventRouter, TableInstance[] tableStateInstances, OnSplitItemEval[] items, ResultSetProcessor[] processors, AgentInstanceContext agentInstanceContext) -
Method Summary
Modifier and TypeMethodDescriptionboolean
handle
(EventBean theEvent, ExprEvaluatorContext exprEvaluatorContext) Handle event.
-
Constructor Details
-
RouteResultViewHandlerAll
public RouteResultViewHandlerAll(EPStatementHandle epStatementHandle, InternalEventRouter internalEventRouter, TableInstance[] tableStateInstances, OnSplitItemEval[] items, ResultSetProcessor[] processors, AgentInstanceContext agentInstanceContext)
-
-
Method Details
-
handle
Description copied from interface:RouteResultViewHandler
Handle event.- Parameters:
theEvent
- to handleexprEvaluatorContext
- expression eval context- Returns:
- true if at least one match was found, false if not
-