 | ConfigurationRuntimeMetricsReportingIsThreading Property |
Returns true to indicate that metrics reporting takes place in a separate thread (default),
or false to indicate that metrics reporting takes place as part of timer processing.
Namespace:
com.espertech.esper.common.client.configuration.runtime
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic bool IsThreading { get; set; }
Return Value
Type:
Booleanindicator whether metrics reporting is threaded
See Also