Class CircuitBreakerOnResetEvent

java.lang.Object
io.github.resilience4j.circuitbreaker.event.CircuitBreakerOnResetEvent
All Implemented Interfaces:
CircuitBreakerEvent

public class CircuitBreakerOnResetEvent extends Object
A CircuitBreakerEvent which informs about a reset.
  • Constructor Details

    • CircuitBreakerOnResetEvent

      public CircuitBreakerOnResetEvent(String circuitBreakerName)
  • Method Details