Package tech.illuin.pipeline
package tech.illuin.pipeline
-
ClassDescriptionThe CompositePipeline works by separating its run implementation into predefined categories of components:Pipeline<I>The Pipeline interface is both the top-level type for Pipeline implementations, and the entrypoint for the creation of pipeline builders via the
Pipeline.of(java.lang.String)
methods.The PipelineContainer is