Class RetryWrapper<T extends Indexable,I,P>
java.lang.Object
tech.illuin.pipeline.execution.wrapper.RetryWrapper<T,I,P>
- All Implemented Interfaces:
SinkWrapper<P>
,StepWrapper<T,
I, P>
public class RetryWrapper<T extends Indexable,I,P>
extends Object
implements StepWrapper<T,I,P>, SinkWrapper<P>
- Author:
- Pierre Lecerf ([email protected])
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface tech.illuin.pipeline.sink.execution.wrapper.SinkWrapper
andThen
Methods inherited from interface tech.illuin.pipeline.step.execution.wrapper.StepWrapper
andThen
-
Constructor Details
-
RetryWrapper
public RetryWrapper(io.github.resilience4j.retry.RetryConfig config)
-
-
Method Details
-
wrap
-
wrap
- Specified by:
wrap
in interfaceSinkWrapper<T extends Indexable>
-