 | ConfigurationRuntimeExecutionIsPrioritized Property |
Returns false (the default) if the runtimedoes not consider statement priority and preemptive instructions,
or true to enable priority-based statement execution order.
Namespace:
com.espertech.esper.common.client.configuration.runtime
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic bool IsPrioritized { get; set; }
Property Value
Type:
Booleanfalse by default to indicate unprioritized statement execution
See Also