@EndpointWebExtension(endpoint=HealthEndpoint.class) public class HealthEndpointWebExtension extends ObjectSE
| コンストラクターと説明 |
|---|
HealthEndpointWebExtension(HealthContributorRegistry registry, HealthEndpointGroups groups) 新しい HealthEndpointWebExtension インスタンスを作成します。 |
HealthEndpointWebExtension(HealthEndpoint delegate, HealthWebEndpointResponseMapper responseMapper) 使用すべきではありません。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected HealthComponent | aggregateContributions(ApiVersion apiVersion, MapSE<StringSE, HealthComponent> contributions, StatusAggregator statusAggregator, boolean showComponents, SetSE<StringSE> groupNames) |
protected CompositeHealth | getCompositeHealth(ApiVersion apiVersion, MapSE<StringSE, HealthComponent> components, StatusAggregator statusAggregator, boolean showComponents, SetSE<StringSE> groupNames) |
protected HealthComponent | getHealth(HealthContributor contributor, boolean includeDetails) |
WebEndpointResponse<HealthComponent> | health(ApiVersion apiVersion, SecurityContext securityContext) |
WebEndpointResponse<HealthComponent> | health(ApiVersion apiVersion, SecurityContext securityContext, boolean showAll, StringSE... path) |
WebEndpointResponse<HealthComponent> | health(ApiVersion apiVersion, SecurityContext securityContext, StringSE... path) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSE@DeprecatedSE public HealthEndpointWebExtension(HealthEndpoint delegate, HealthWebEndpointResponseMapper responseMapper)
HealthEndpointWebExtension インスタンスを作成します。delegate - デリゲートエンドポイント responseMapper - レスポンスマッパー public HealthEndpointWebExtension(HealthContributorRegistry registry, HealthEndpointGroups groups)
HealthEndpointWebExtension インスタンスを作成します。registry - ヘルスコントリビューター登録 groups - ヘルスエンドポイントグループ @ReadOperation public WebEndpointResponse<HealthComponent> health(ApiVersion apiVersion, SecurityContext securityContext)
@ReadOperation public WebEndpointResponse<HealthComponent> health(ApiVersion apiVersion, SecurityContext securityContext, @Selector(match=ALL_REMAINING) StringSE... path)
public WebEndpointResponse<HealthComponent> health(ApiVersion apiVersion, SecurityContext securityContext, boolean showAll, StringSE... path)
protected HealthComponent getHealth(HealthContributor contributor, boolean includeDetails)
protected HealthComponent aggregateContributions(ApiVersion apiVersion, MapSE<StringSE,HealthComponent> contributions, StatusAggregator statusAggregator, boolean showComponents, SetSE<StringSE> groupNames)
protected final CompositeHealth getCompositeHealth(ApiVersion apiVersion, MapSE<StringSE,HealthComponent> components, StatusAggregator statusAggregator, boolean showComponents, SetSE<StringSE> groupNames)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.