Interface IPipelineWriter


  • public interface IPipelineWriter
    Facade to save a pipeline into a storage.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void write​(IPipeline pipeline)
      Writes the steps of the pipeline and the parameters of each step of a given pipeline into the implementation-specific storage.
    • Method Detail

      • write

        void write​(IPipeline pipeline)
        Writes the steps of the pipeline and the parameters of each step of a given pipeline into the implementation-specific storage.
        Parameters:
        pipeline - the pipeline to write.