Click or drag to resize

ContextPartitionSelectorFiltered Interface

Selects context partitions by receiving a context partition identifier for interrogation.

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

The ContextPartitionSelectorFiltered type exposes the following members.

Methods
  NameDescription
Public methodFilter
Filter function should return true or false to indicate interest in this context partition.

Do not hold on to ContextIdentifier instance between calls. The engine may reused an reassing values to this object.

Top
See Also