Class TimeLimiterWrapper<T extends Indexable,I>
java.lang.Object
tech.illuin.pipeline.execution.wrapper.TimeLimiterWrapper<T,I>
- All Implemented Interfaces:
SinkWrapper
,StepWrapper<T,
I>
public class TimeLimiterWrapper<T extends Indexable,I>
extends Object
implements StepWrapper<T,I>, SinkWrapper
- Author:
- Pierre Lecerf ([email protected])
-
Constructor Summary
ConstructorsConstructorDescriptionTimeLimiterWrapper
(io.github.resilience4j.timelimiter.TimeLimiterConfig config) TimeLimiterWrapper
(io.github.resilience4j.timelimiter.TimeLimiterConfig config, ExecutorService executor) -
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
-
TimeLimiterWrapper
public TimeLimiterWrapper(io.github.resilience4j.timelimiter.TimeLimiterConfig config) -
TimeLimiterWrapper
public TimeLimiterWrapper(io.github.resilience4j.timelimiter.TimeLimiterConfig config, ExecutorService executor)
-
-
Method Details
-
wrap
- Specified by:
wrap
in interfaceStepWrapper<T extends Indexable,
I>
-
wrap
- Specified by:
wrap
in interfaceSinkWrapper
-