Click or drag to resize

EPDataFlowInstantiationOptionsWithOperatorProvider Method

Sets the the operator provider.

Namespace:  com.espertech.esper.common.client.dataflow.core
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public EPDataFlowInstantiationOptions WithOperatorProvider(
	EPDataFlowOperatorProvider operatorProvider
)

Parameters

operatorProvider
Type: com.espertech.esper.common.client.dataflow.coreEPDataFlowOperatorProvider
operator provider

Return Value

Type: EPDataFlowInstantiationOptions
this options object
See Also