Click or drag to resize

ConfigurationRuntimeThreadingIsNamedWindowConsumerDispatchPreserveOrder Property

In multithreaded environments, this setting controls whether named window dispatches to named window consumers preserve the order of events inserted and removed such that statements that consume a named windows delta stream behave deterministic (true by default).

Namespace:  com.espertech.esper.common.client.configuration.runtime
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public bool IsNamedWindowConsumerDispatchPreserveOrder { get; set; }

Return Value

Type: Boolean
flag
See Also