 | AggregationMultiFunctionStateApplyEnter Method |
Enter an event.
Namespace:
com.espertech.esper.common.client.hook.aggmultifunc
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxvoid ApplyEnter(
EventBean[] eventsPerStream,
ExprEvaluatorContext exprEvaluatorContext
)
Parameters
- eventsPerStream
- Type: com.espertech.esper.common.clientEventBean
all events in all streams, typically implementations pick the relevant stream's events to add - exprEvaluatorContext
- Type: ExprEvaluatorContext
expression eval context
See Also