public class BulkheadHandler extends AbstractGovernanceHandler<io.github.resilience4j.bulkhead.Bulkhead,BulkheadPolicy>
matchersManager, meterRegistry, processors| Constructor and Description |
|---|
BulkheadHandler(BulkheadProperties bulkheadProperties) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
createKey(GovernanceRequest governanceRequest,
BulkheadPolicy policy) |
Disposable<io.github.resilience4j.bulkhead.Bulkhead> |
createProcessor(String key,
GovernanceRequest governanceRequest,
BulkheadPolicy policy) |
BulkheadPolicy |
matchPolicy(GovernanceRequest governanceRequest) |
getActuator, onConfigurationChanged, onDynamicConfigurationListener, setMatchersManager, setMeterRegistrypublic BulkheadHandler(BulkheadProperties bulkheadProperties)
protected String createKey(GovernanceRequest governanceRequest, BulkheadPolicy policy)
createKey in class AbstractGovernanceHandler<io.github.resilience4j.bulkhead.Bulkhead,BulkheadPolicy>public BulkheadPolicy matchPolicy(GovernanceRequest governanceRequest)
matchPolicy in class AbstractGovernanceHandler<io.github.resilience4j.bulkhead.Bulkhead,BulkheadPolicy>public Disposable<io.github.resilience4j.bulkhead.Bulkhead> createProcessor(String key, GovernanceRequest governanceRequest, BulkheadPolicy policy)
createProcessor in class AbstractGovernanceHandler<io.github.resilience4j.bulkhead.Bulkhead,BulkheadPolicy>Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.