Click or drag to resize

EPStatementSubscriber Property

Returns the current subscriber instance that receives statement results.

Namespace:  com.espertech.esper.runtime.client
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
Object Subscriber { get; set; }

Return Value

Type: Object
subscriber object, or null to indicate that no subscriber is attached
See Also