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
CompositePipeline<I,
P> 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 PipelineModifier and TypeMethodDescriptionPipelineContainer.register
(Collection<Pipeline<?, ?>> pipelines) -
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, P> pipeline, List<SinkDescriptor<P>> 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