Click or drag to resize

ContextPartitionSelectorFilteredFilter Method

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.

Namespace:  com.espertech.esper.common.client.context
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
bool Filter(
	ContextPartitionIdentifier contextPartitionIdentifier
)

Parameters

contextPartitionIdentifier
Type: com.espertech.esper.common.client.contextContextPartitionIdentifier
provides context partition information, may

Return Value

Type: Boolean
true to pass filter, false to reject
See Also