Click or drag to resize

ConfigurationCompilerByteCodeAttachModuleEPL Property

Sets the indicator whether the EPL module text will be available as a module property. The default is false and the compiler does not provide the module EPL as a module property. When set to true the compiler retains the module EPL in the compiler output.

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

Property Value

Type: Boolean
indicator
See Also