![]() | VirtualDataWindowEventConsumerAdd Class |
Namespace: com.espertech.esper.common.client.hook.vdw
public class VirtualDataWindowEventConsumerAdd : VirtualDataWindowEventConsumerBase
The VirtualDataWindowEventConsumerAdd type exposes the following members.
Name | Description | |
---|---|---|
![]() | VirtualDataWindowEventConsumerAdd |
Ctor.
|
Name | Description | |
---|---|---|
![]() | AgentInstanceId |
Returns the agent instance id (context partition id).
(Inherited from VirtualDataWindowEventConsumerBase.) |
![]() | ConsumerObject |
Returns an object that serves as a unique identifier for the consumer, with multiple consumer
per statements possible.
Upon remove the removal event contains the same consumer object.
(Inherited from VirtualDataWindowEventConsumerBase.) |
![]() | ExprEvaluatorContext |
Returns the expression evaluator context for evaluating filter expressions.
|
![]() | Filter |
Provides the filter expressions.
Evaluate filter expressions, if any, as follows: bool pass = filter[...].getExprEvaluator().evaluate( new EventBean[] {vdwEvent}, true, addEvent.getExprEvaluatorContext()); Filter expressions must be evaluated using the same ExprEvaluatorContext instance as provided by this event. |
![]() | NamedWindowName |
Returns the named window name.
(Inherited from VirtualDataWindowEventConsumerBase.) |
![]() | StatementName |
Returns the statement name.
(Inherited from VirtualDataWindowEventConsumerBase.) |