Uses of Interface
tech.illuin.pipeline.sink.Sink
Packages that use Sink
Package
Description
-
Uses of Sink in tech.illuin.pipeline.builder
Methods in tech.illuin.pipeline.builder with parameters of type SinkModifier and TypeMethodDescriptionPayloadPipelineBuilder.registerSink
(Sink sink) PayloadPipelineBuilder.registerSink
(Sink sink, boolean async) SimplePipelineBuilder.registerSink
(Sink sink) SimplePipelineBuilder.registerSink
(Sink sink, boolean async) Method parameters in tech.illuin.pipeline.builder with type arguments of type SinkModifier and TypeMethodDescriptionPayloadPipelineBuilder.registerSinks
(List<? extends Sink> sinks) PayloadPipelineBuilder.registerSinks
(List<? extends Sink> sinks, boolean async) SimplePipelineBuilder.registerSinks
(List<? extends Sink> sinks) SimplePipelineBuilder.registerSinks
(List<? extends Sink> sinks, boolean async) -
Uses of Sink in tech.illuin.pipeline.sink
Methods in tech.illuin.pipeline.sink that return Sink -
Uses of Sink in tech.illuin.pipeline.sink.builder
Methods in tech.illuin.pipeline.sink.builder with parameters of type Sink -
Uses of Sink in tech.illuin.pipeline.sink.execution.wrapper
Methods in tech.illuin.pipeline.sink.execution.wrapper that return SinkMethods in tech.illuin.pipeline.sink.execution.wrapper with parameters of type Sink -
Uses of Sink in tech.illuin.pipeline.sink.runner
Classes in tech.illuin.pipeline.sink.runner that implement Sink