Class DefaultSupportGraphOpProvider
java.lang.Object
com.espertech.esper.common.internal.epl.dataflow.util.DefaultSupportGraphOpProvider
- All Implemented Interfaces:
EPDataFlowOperatorProvider
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprovide
(EPDataFlowOperatorProviderContext context) Called to see if the provider would like to provide the operator instance as described in the context.
-
Constructor Details
-
DefaultSupportGraphOpProvider
-
DefaultSupportGraphOpProvider
-
-
Method Details
-
provide
Description copied from interface:EPDataFlowOperatorProvider
Called to see if the provider would like to provide the operator instance as described in the context.- Specified by:
provide
in interfaceEPDataFlowOperatorProvider
- Parameters:
context
- operator instance requested- Returns:
- operator instance, or null if the default empty construct instantiation for the operator class should be used
-