インターフェースの使用
org.springframework.boot.health.actuate.endpoint.StatusAggregator
StatusAggregator を使用するパッケージ
org.springframework.boot.health.actuate.endpoint 内の StatusAggregator 使用
修飾子と型メソッド説明static StatusAggregatorStatusAggregator.getDefault()デフォルトの順序付け規則を使用してStatusAggregatorインスタンスを返します。HealthEndpointGroup.getStatusAggregator()このグループに使用する必要があるステータスアグリゲーターを返します。型 StatusAggregator のパラメーターを持つ org.springframework.boot.health.actuate.endpoint のメソッド修飾子と型メソッド説明protected HealthDescriptorHealthEndpoint.aggregateDescriptors(ApiVersion apiVersion, MapSE<StringSE, HealthDescriptor> contributions, StatusAggregator statusAggregator, boolean showComponents, @Nullable SetSE<StringSE> groupNames) protected HealthDescriptorHealthEndpointWebExtension.aggregateDescriptors(ApiVersion apiVersion, MapSE<StringSE, HealthDescriptor> contributions, StatusAggregator statusAggregator, boolean showComponents, @Nullable SetSE<StringSE> groupNames) protected reactor.core.publisher.Mono<? extends HealthDescriptor> ReactiveHealthEndpointWebExtension.aggregateDescriptors(ApiVersion apiVersion, MapSE<StringSE, reactor.core.publisher.Mono<? extends HealthDescriptor>> contributions, StatusAggregator statusAggregator, boolean showComponents, @Nullable SetSE<StringSE> groupNames)