public static class CircuitBreaker.Token extends Object
| Modifier and Type | Field and Description | 
|---|---|
| boolean | allowed | 
| Modifier and Type | Method and Description | 
|---|---|
| void | report(boolean success)Report the outcome of a request (success or failure) to the circuit breaker. | 
Copyright © 2025. All rights reserved.