Class StateContext
java.lang.Object
io.servicetalk.traffic.resilience.http.StateContext
State information of the
traffic-resilience
service filter.-
Method Summary
Modifier and TypeMethodDescriptionbreaker()
Returns theCircuitBreaker
in-use for the currently evaluated request.
-
Method Details
-
breaker
Returns theCircuitBreaker
in-use for the currently evaluated request.- Returns:
- The
CircuitBreaker
in-use for the currently evaluated request.
-