Click or drag to resize

ConfigurationCompilerByteCodeIsAllowSubscriber Property

Returns indicator whether any statements allow subscribers or not (false by default). The default is false which results in the runtime throwing an exception when an application calls {@code setSubscriber} on a statement.

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

Property Value

Type: Boolean
indicator
See Also