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<? extends P> sink) PayloadPipelineBuilder.registerSink
(Sink<? extends P> 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<? extends P>> sinks) PayloadPipelineBuilder.registerSinks
(List<? extends Sink<? extends P>> sinks, boolean async) SimplePipelineBuilder.registerSinks
(List<? extends Sink<?>> sinks) SimplePipelineBuilder.registerSinks
(List<? extends Sink<?>> sinks, boolean async) -
Uses of Sink in tech.illuin.pipeline.execution.wrapper
Methods in tech.illuin.pipeline.execution.wrapper that return SinkModifier and TypeMethodDescriptionMethods in tech.illuin.pipeline.execution.wrapper with parameters of type Sink -
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.execution.wrapper.circuitbreaker
Classes in tech.illuin.pipeline.sink.execution.wrapper.circuitbreaker that implement SinkConstructors in tech.illuin.pipeline.sink.execution.wrapper.circuitbreaker with parameters of type SinkModifierConstructorDescriptionCircuitBreakerSink
(Sink<P> sink, io.github.resilience4j.circuitbreaker.CircuitBreaker circuitBreaker) -
Uses of Sink in tech.illuin.pipeline.sink.execution.wrapper.retry
Classes in tech.illuin.pipeline.sink.execution.wrapper.retry that implement SinkConstructors in tech.illuin.pipeline.sink.execution.wrapper.retry with parameters of type Sink -
Uses of Sink in tech.illuin.pipeline.sink.execution.wrapper.timelimiter
Classes in tech.illuin.pipeline.sink.execution.wrapper.timelimiter that implement SinkConstructors in tech.illuin.pipeline.sink.execution.wrapper.timelimiter with parameters of type SinkModifierConstructorDescriptionTimeLimiterSink
(Sink<P> sink, io.github.resilience4j.timelimiter.TimeLimiter limiter, ExecutorService executor) -
Uses of Sink in tech.illuin.pipeline.sink.runner
Classes in tech.illuin.pipeline.sink.runner that implement Sink