Interface CircuitBreakerEvent

    • Method Detail

      • getCircuitBreakerName

        java.lang.String getCircuitBreakerName()
        Returns the name of the CircuitBreaker which has created the event.
        Returns:
        the name of the CircuitBreaker which has created the event
      • getEventType

        CircuitBreakerEvent.Type getEventType()
        Returns the type of the CircuitBreaker event.
        Returns:
        the type of the CircuitBreaker event
      • getCreationTime

        java.time.ZonedDateTime getCreationTime()
        Returns the creation time of CircuitBreaker event.
        Returns:
        the creation time of CircuitBreaker event