Class CircuitBreakerOnCallNotPermittedEvent

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

public class CircuitBreakerOnCallNotPermittedEvent
extends java.lang.Object
A CircuitBreakerEvent which informs that a call was not permitted, because the CircuitBreaker is OPEN.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.github.resilience4j.circuitbreaker.event.CircuitBreakerEvent

    CircuitBreakerEvent.Type
  • Constructor Summary

    Constructors 
    Constructor Description
    CircuitBreakerOnCallNotPermittedEvent​(java.lang.String circuitBreakerName)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getCircuitBreakerName()
    Returns the name of the CircuitBreaker which has created the event.
    java.time.ZonedDateTime getCreationTime()
    Returns the creation time of CircuitBreaker event.
    CircuitBreakerEvent.Type getEventType()
    Returns the type of the CircuitBreaker event.
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait