Interface PipelineExecutorFactory


  • @Internal
    public interface PipelineExecutorFactory
    A factory for selecting and instantiating the adequate PipelineExecutor based on a provided Configuration.
    • Method Detail

      • getName

        String getName()
        Returns the name of the executor that this factory creates.
      • isCompatibleWith

        boolean isCompatibleWith​(Configuration configuration)
        Returns true if this factory is compatible with the options in the provided configuration, false otherwise.