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