Class CircuitBreakerWrapper<T extends Indexable,I>

java.lang.Object
tech.illuin.pipeline.execution.wrapper.CircuitBreakerWrapper<T,I>
All Implemented Interfaces:
SinkWrapper, StepWrapper<T,I>

public class CircuitBreakerWrapper<T extends Indexable,I> extends Object implements StepWrapper<T,I>, SinkWrapper
Author:
Pierre Lecerf ([email protected])
  • Constructor Details

    • CircuitBreakerWrapper

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