Package akka.http.javadsl.server
Interface CircuitBreakerOpenRejection
-
- All Superinterfaces:
Rejection
- All Known Implementing Classes:
CircuitBreakerOpenRejection
public interface CircuitBreakerOpenRejection extends Rejection
Rejection created by theonCompleteWithBreaker
directive. Signals that the request was rejected because the supplied circuit breaker is open and requests are failing fast.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description akka.pattern.CircuitBreakerOpenException
cause()
-