Click or drag to resize

ConfigurationRuntimeThreadingListenerDispatchLocking Property

Returns the blocking strategy to use when multiple threads deliver results for a single statement to listeners, and the guarantee of order of delivery must be maintained.

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

Return Value

Type: Locking
is the blocking technique
See Also