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 Summary

    Modifier and Type
    Method
    Description
    akka.pattern.CircuitBreakerOpenException
     
  • Method Details

    • cause

      akka.pattern.CircuitBreakerOpenException cause()