Interface CircuitBreakerOpenRejection

  • All Superinterfaces:
    Rejection
    All Known Implementing Classes:
    CircuitBreakerOpenRejection

    public interface CircuitBreakerOpenRejection
    extends Rejection
    Rejection created by the onCompleteWithBreaker directive. Signals that the request was rejected because the supplied circuit breaker is open and requests are failing fast.
    • Method Detail

      • cause

        akka.pattern.CircuitBreakerOpenException cause()