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