Interface IPipelineReader


  • public interface IPipelineReader
    Facade to read and reconstruct a pipeline from a storage.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      IPipeline read()
      Reads the steps of the pipeline and the parameters of each of its steps from the implementation-specific storage.
    • Method Detail

      • read

        IPipeline read()
        Reads the steps of the pipeline and the parameters of each of its steps from the implementation-specific storage.
        Returns:
        a new instance of an object that implements IPipeline, or null if the pipeline could not be created.