Interface EPDataFlowOperatorProvider
public interface EPDataFlowOperatorProvider
For use in data flow instantiation, may provide operator instances.
-
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.
-
Method Details
-
provide
Called to see if the provider would like to provide the operator instance as described in the context.- Parameters:
context
- operator instance requested- Returns:
- operator instance, or null if the default empty construct instantiation for the operator class should be used
-