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