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 Details

    • CircuitBreakerWrapper

      public CircuitBreakerWrapper(io.github.resilience4j.circuitbreaker.CircuitBreakerConfig config)
  • Method Details