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