Interface SourceOperatorFactoryProvider

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface SourceOperatorFactoryProvider
Functional interface for creating source operator factories.

This is the extension point for plugins that need custom operator logic beyond what the generic AsyncExternalSourceOperatorFactory provides.

Implementations receive a SourceOperatorContext containing all necessary information to create the operator factory.