Class VirtualDataWindowEventConsumerRemove
java.lang.Object
com.espertech.esper.common.client.hook.vdw.VirtualDataWindowEvent
com.espertech.esper.common.client.hook.vdw.VirtualDataWindowEventConsumerBase
com.espertech.esper.common.client.hook.vdw.VirtualDataWindowEventConsumerRemove
Event indicating a named-window consuming statement is being removed.
-
Constructor Summary
ConstructorDescriptionVirtualDataWindowEventConsumerRemove
(String namedWindowName, Object consumerObject, String statementName, int agentInstanceId) Ctor. -
Method Summary
Methods inherited from class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowEventConsumerBase
getAgentInstanceId, getConsumerObject, getNamedWindowName, getStatementName
-
Constructor Details
-
VirtualDataWindowEventConsumerRemove
public VirtualDataWindowEventConsumerRemove(String namedWindowName, Object consumerObject, String statementName, int agentInstanceId) Ctor.- Parameters:
namedWindowName
- named window nameconsumerObject
- identifying object for consumerstatementName
- statement nameagentInstanceId
- agent instance id
-