クラス HealthEndpointWebExtension
java.lang.ObjectSE
org.springframework.boot.health.actuate.endpoint.HealthEndpointWebExtension
@EndpointWebExtension(endpoint=HealthEndpoint.class)
@ImportRuntimeHints(org.springframework.boot.health.actuate.endpoint.HealthEndpointWebExtensionRuntimeHints.class)
public class HealthEndpointWebExtension
extends ObjectSE
- 導入:
- 4.0.0
- 作成者:
- Christian Dupuis, Dave Syer, Andy Wilkinson, Phillip Webb, Edd ú Mel é ndez, Madhura Bhave, Stephane Nicoll, Scott Frederick
コンストラクターの概要
コンストラクターコンストラクター説明HealthEndpointWebExtension(HealthContributorRegistry registry, @Nullable ReactiveHealthContributorRegistry fallbackRegistry, HealthEndpointGroups groups, @Nullable DurationSE slowContributorLoggingThreshold) 新しいHealthEndpointWebExtensionインスタンスを作成します。メソッドのサマリー
修飾子と型メソッド説明protected HealthDescriptoraggregateDescriptors(ApiVersion apiVersion, MapSE<StringSE, HealthDescriptor> contributions, StatusAggregator statusAggregator, boolean showComponents, @Nullable SetSE<StringSE> groupNames) health(ApiVersion apiVersion, @Nullable WebServerNamespace serverNamespace, SecurityContext securityContext, boolean showAll, StringSE... path) health(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext) health(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext, StringSE... path)
コンストラクターの詳細
HealthEndpointWebExtension
public HealthEndpointWebExtension(HealthContributorRegistry registry, @Nullable ReactiveHealthContributorRegistry fallbackRegistry, HealthEndpointGroups groups, @Nullable DurationSE slowContributorLoggingThreshold) 新しいHealthEndpointWebExtensionインスタンスを作成します。- パラメーター:
registry- ヘルスコントリビューター登録fallbackRegistry- フォールバックレジストリまたはnullgroups- ヘルスエンドポイントグループslowContributorLoggingThreshold- 遅いヘルスインジケーターのログが発生するまでの期間
メソッドの詳細
health
@ReadOperation public WebEndpointResponse<HealthDescriptor> health(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext) health
@ReadOperation public WebEndpointResponse<HealthDescriptor> health(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext, @Selector(match=ALL_REMAINING) StringSE... path) health
public WebEndpointResponse<HealthDescriptor> health(ApiVersion apiVersion, @Nullable WebServerNamespace serverNamespace, SecurityContext securityContext, boolean showAll, StringSE... path) aggregateDescriptors
protected HealthDescriptor aggregateDescriptors(ApiVersion apiVersion, MapSE<StringSE, HealthDescriptor> contributions, StatusAggregator statusAggregator, boolean showComponents, @Nullable SetSE<StringSE> groupNames)