クラス HealthEndpoint
java.lang.ObjectSE
org.springframework.boot.health.actuate.endpoint.HealthEndpoint
フィールドのサマリー
フィールドコンストラクターの概要
コンストラクターコンストラクター説明HealthEndpoint(HealthContributorRegistry registry, @Nullable ReactiveHealthContributorRegistry fallbackRegistry, HealthEndpointGroups groups, @Nullable DurationSE slowContributorLoggingThreshold) 新しいHealthEndpointインスタンスを作成します。方法の概要
修飾子と型メソッド説明protected HealthDescriptoraggregateDescriptors(ApiVersion apiVersion, MapSE<StringSE, HealthDescriptor> contributions, StatusAggregator statusAggregator, boolean showComponents, @Nullable SetSE<StringSE> groupNames) health()@Nullable HealthDescriptorhealthForPath(StringSE... path)
フィールドの詳細
ID
ヘルスエンドポイント ID。
コンストラクターの詳細
HealthEndpoint
public HealthEndpoint(HealthContributorRegistry registry, @Nullable ReactiveHealthContributorRegistry fallbackRegistry, HealthEndpointGroups groups, @Nullable DurationSE slowContributorLoggingThreshold) 新しいHealthEndpointインスタンスを作成します。- パラメーター:
registry- ヘルスコントリビューター登録fallbackRegistry- フォールバックレジストリまたはnullgroups- ヘルスエンドポイントグループslowContributorLoggingThreshold- 遅いヘルスインジケーターのログが発生するまでの期間
メソッドの詳細
health
healthForPath
@ReadOperation public @Nullable HealthDescriptor healthForPath(@Selector(match=ALL_REMAINING) StringSE... path) aggregateDescriptors
protected HealthDescriptor aggregateDescriptors(ApiVersion apiVersion, MapSE<StringSE, HealthDescriptor> contributions, StatusAggregator statusAggregator, boolean showComponents, @Nullable SetSE<StringSE> groupNames)