Uses of Interface
tech.illuin.pipeline.step.execution.wrapper.StepWrapper
Packages that use StepWrapper
Package
Description
-
Uses of StepWrapper in tech.illuin.pipeline.execution.wrapper
Classes in tech.illuin.pipeline.execution.wrapper that implement StepWrapperModifier and TypeClassDescriptionclass
CircuitBreakerWrapper<T extends Indexable,
I, P> class
RetryWrapper<T extends Indexable,
I, P> class
TimeLimiterWrapper<T extends Indexable,
I, P> -
Uses of StepWrapper in tech.illuin.pipeline.step.builder
Methods in tech.illuin.pipeline.step.builder with parameters of type StepWrapperModifier and TypeMethodDescriptionStepBuilder<T,
I, P> StepBuilder.withWrapper
(StepWrapper<T, I, P> wrapper) -
Uses of StepWrapper in tech.illuin.pipeline.step.execution.wrapper
Methods in tech.illuin.pipeline.step.execution.wrapper that return StepWrapperModifier and TypeMethodDescriptiondefault StepWrapper<T,
I, P> StepWrapper.andThen
(StepWrapper<T, I, P> nextWrapper) Methods in tech.illuin.pipeline.step.execution.wrapper with parameters of type StepWrapperModifier and TypeMethodDescriptiondefault StepWrapper<T,
I, P> StepWrapper.andThen
(StepWrapper<T, I, P> nextWrapper)