 | ConfigurationCompiler Property |
Returns the compiler section of the configuration.
The compiler section is for use by the compiler. The runtime ignores this part of the configuration object.
Namespace:
com.espertech.esper.common.client.configuration
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic ConfigurationCompiler Compiler { get; set; }
Return Value
Type:
ConfigurationCompilercompiler configuration
See Also