public class CircuitExceptionHandler extends AbstractExceptionHandler<CircuitBreakerException>
| Constructor and Description |
|---|
CircuitExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getCode()
get response code
|
protected io.sermant.flowcontrol.common.entity.FlowControlResponse |
getFlowControlResponse(CircuitBreakerException ex,
io.sermant.flowcontrol.common.entity.FlowControlResult flowControlResult)
get the flow control response
|
Class<CircuitBreakerException> |
targetException()
object exception handling
|
acceptclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenprotected io.sermant.flowcontrol.common.entity.FlowControlResponse getFlowControlResponse(CircuitBreakerException ex, io.sermant.flowcontrol.common.entity.FlowControlResult flowControlResult)
AbstractExceptionHandlergetFlowControlResponse in class AbstractExceptionHandler<CircuitBreakerException>ex - triggerExceptionflowControlResult - flowControlResultpublic Class<CircuitBreakerException> targetException()
ExceptionHandlerprotected int getCode()
Copyright © 2025. All rights reserved.