Interface SystemPipelineDescriptor


  • public interface SystemPipelineDescriptor
    Contract for components that produces pipelines that will be automatically registered when the system starts.
    • Method Detail

      • getPipeline

        Pipeline getPipeline()
        Returns:
        the pipeline to be registered.
      • getProviderType

        Optional<ProviderType> getProviderType()
        Indicates if the pipeline to be registered must be associated to a given provider type.
        Returns:
        an optional provider type. If present, the pipeline must be associated to the given provider type.