 | ConfigurationRuntimeThreadingThreadPoolRouteExecCapacity Property |
Returns the capacity of the route execution queue, or null if none defined (the unbounded case, default).
Namespace:
com.espertech.esper.common.client.configuration.runtime
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic Nullable ThreadPoolRouteExecCapacity { get; set; }
Property Value
Type:
NullableTcapacity or null if none defined
See Also