Click or drag to resize

ContextPartitionStateListener Interface

Listener for context-specific partition-related events. See @link{ for context-creation and state.}

Namespace:  com.espertech.esper.common.client.context
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public interface ContextPartitionStateListener

The ContextPartitionStateListener type exposes the following members.

Methods
  NameDescription
Public methodOnContextActivated
Invoked when a context is activated.
Public methodOnContextDeactivated
Invoked when a context is de-activated.
Public methodOnContextPartitionAllocated
Invoked when a context partition is allocated, provided once per context and per partition independent of the number of statements.
Public methodOnContextPartitionDeallocated
Invoked when a context partition is destroyed, provided once per context and per partition independent of the number of statements.
Public methodOnContextStatementAdded
Invoked when a statement is added to a context.
Public methodOnContextStatementRemoved
Invoked when a statement is removed from a context.
Top
See Also