Uses of Interface
tech.illuin.pipeline.Pipeline
Packages that use Pipeline
Package
Description
-
Uses of Pipeline in tech.illuin.pipeline
Classes in tech.illuin.pipeline that implement PipelineModifier and TypeClassDescriptionfinal class
The CompositePipeline works by separating its run implementation into predefined categories of components:Methods in tech.illuin.pipeline that return PipelineMethods in tech.illuin.pipeline with parameters of type PipelineModifier and TypeMethodDescriptionMethod parameters in tech.illuin.pipeline with type arguments of type Pipeline -
Uses of Pipeline in tech.illuin.pipeline.builder
Methods in tech.illuin.pipeline.builder that return Pipeline -
Uses of Pipeline in tech.illuin.pipeline.execution.phase.impl
Constructors in tech.illuin.pipeline.execution.phase.impl with parameters of type PipelineModifierConstructorDescriptionSinkPhase
(Pipeline<I> pipeline, List<SinkDescriptor> sinks, Supplier<ExecutorService> sinkExecutorProvider, int closeTimeout, UIDGenerator uidGenerator, io.micrometer.core.instrument.MeterRegistry meterRegistry) -
Uses of Pipeline in tech.illuin.pipeline.step.variant
Constructors in tech.illuin.pipeline.step.variant with parameters of type Pipeline