 | ConfigurationRuntimeThreadingInsertIntoDispatchTimeout Property |
Returns the number of milliseconds that a thread may maximally be blocking
to deliver statement results from a producing statement that employs insert-into
to a consuming statement.
Namespace:
com.espertech.esper.common.client.configuration.runtime
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic int InsertIntoDispatchTimeout { get; set; }
Return Value
Type:
Int32millisecond timeout for order-of-delivery blocking between statements
See Also