Click or drag to resize

EPDataFlowOperatorProviderProvide Method

Called to see if the provider would like to provide the operator instance as described in the context.

Namespace:  com.espertech.esper.common.client.dataflow.core
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
Object Provide(
	EPDataFlowOperatorProviderContext context
)

Parameters

context
Type: com.espertech.esper.common.client.dataflow.coreEPDataFlowOperatorProviderContext
operator instance requested

Return Value

Type: Object
operator instance, or null if the default empty construct instantiation for the operator class should be used
See Also