| Package | Description |
|---|---|
| org.apache.servicecomb.governance.handler | |
| org.apache.servicecomb.governance.properties |
| Modifier and Type | Method and Description |
|---|---|
BulkheadPolicy |
BulkheadHandler.matchPolicy(GovernanceRequest governanceRequest) |
BulkheadPolicy |
InstanceBulkheadHandler.matchPolicy(GovernanceRequest governanceRequest) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
BulkheadHandler.createKey(GovernanceRequest governanceRequest,
BulkheadPolicy policy) |
protected String |
InstanceBulkheadHandler.createKey(GovernanceRequest governanceRequest,
BulkheadPolicy policy) |
Disposable<io.github.resilience4j.bulkhead.Bulkhead> |
BulkheadHandler.createProcessor(String key,
GovernanceRequest governanceRequest,
BulkheadPolicy policy) |
Disposable<io.github.resilience4j.bulkhead.Bulkhead> |
InstanceBulkheadHandler.createProcessor(String key,
GovernanceRequest governanceRequest,
BulkheadPolicy policy) |
| Modifier and Type | Method and Description |
|---|---|
Class<BulkheadPolicy> |
InstanceBulkheadProperties.getEntityClass() |
Class<BulkheadPolicy> |
BulkheadProperties.getEntityClass() |
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.