| Package | Description |
|---|---|
| io.sermant.flowcontrol.res4j.chain | |
| io.sermant.flowcontrol.res4j.chain.handler |
| Modifier and Type | Class and Description |
|---|---|
class |
HandlerChain
HandlerChain
|
| Modifier and Type | Method and Description |
|---|---|
AbstractChainHandler |
AbstractChainHandler.getNext() |
| Modifier and Type | Method and Description |
|---|---|
static Optional<AbstractChainHandler> |
HandlerChainBuilder.getHandler(String name)
get handler chain
|
| Modifier and Type | Method and Description |
|---|---|
void |
HandlerChain.addLastHandler(AbstractChainHandler handler)
add Handler
|
int |
AbstractChainHandler.compareTo(AbstractChainHandler handler) |
void |
AbstractChainHandler.setNext(AbstractChainHandler processor) |
| Modifier and Type | Class and Description |
|---|---|
class |
BulkheadClientReqHandler
isolation bin client handler
|
class |
BulkheadRequestHandler
isolation bin treatment
|
class |
BulkheadServerReqHandler
isolation bin server handler
|
class |
BusinessRequestHandler
The service matches the handler with the highest priority(in addition to surveillance)
|
class |
CircuitBreakerClientReqHandler
Circuit Breaker Client handler
|
class |
CircuitBreakerRequestHandler
Circuit Breaker handler
|
class |
CircuitBreakerServerReqHandler
Circuit Breaker Server handler
|
class |
FaultRequestHandler
error injection request handler
|
class |
FlowControlHandler<T>
flow control basic handler
|
class |
InstanceIsolationRequestHandler
Instance isolation.
|
class |
RateLimitingRequestHandler
Current limiting request handler
|
class |
RateLimitingsClientReqHandler
client rate limiter
|
class |
RateLimitingsServerReqHandler
server rate limiter
|
class |
SystemServerReqHandler
system rule flow control Handler
|
Copyright © 2025. All rights reserved.