 | ConfigurationCompilerByteCodeAllowSubscriber Property |
Sets 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
Syntaxpublic bool AllowSubscriber { get; set; }
Property Value
Type:
Booleanindicator
See Also