类的使用
org.springframework.boot.actuate.health.HealthComponent
使用HealthComponent的程序包
程序包
说明
Auto-configuration for actuator Cloud Foundry concerns using WebFlux.
Auto-configuration for actuator Cloud Foundry concerns using Spring MVC.
Actuator health indicator and endpoints.
-
org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive中HealthComponent的使用
修饰符和类型方法说明reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>> CloudFoundryReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion) reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>> CloudFoundryReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion, String... path) -
org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet中HealthComponent的使用
修饰符和类型方法说明CloudFoundryHealthEndpointWebExtension.health(ApiVersion apiVersion) CloudFoundryHealthEndpointWebExtension.health(ApiVersion apiVersion, String... path) -
org.springframework.boot.actuate.health中HealthComponent的使用
修饰符和类型类说明classAHealthComponentthat is composed of otherHealthComponentinstances.final classCarries information about the health of a component or subsystem.final classAHealthComponentthat represents the overall system health and the available groups.修饰符和类型方法说明protected HealthComponentHealthEndpoint.aggregateContributions(ApiVersion apiVersion, Map<String, HealthComponent> contributions, StatusAggregator statusAggregator, boolean showComponents, Set<String> groupNames) protected HealthComponentHealthEndpointWebExtension.aggregateContributions(ApiVersion apiVersion, Map<String, HealthComponent> contributions, StatusAggregator statusAggregator, boolean showComponents, Set<String> groupNames) protected HealthComponentHealthEndpoint.getHealth(HealthContributor contributor, boolean includeDetails) protected HealthComponentHealthEndpointWebExtension.getHealth(HealthContributor contributor, boolean includeDetails) HealthEndpoint.health()HealthEndpoint.healthForPath(String... path) 返回变量类型为HealthComponent的类型的org.springframework.boot.actuate.health中的方法修饰符和类型方法说明protected reactor.core.publisher.Mono<? extends HealthComponent> ReactiveHealthEndpointWebExtension.aggregateContributions(ApiVersion apiVersion, Map<String, reactor.core.publisher.Mono<? extends HealthComponent>> contributions, StatusAggregator statusAggregator, boolean showComponents, Set<String> groupNames) CompositeHealth.getComponents()CompositeHealth.getDetails()protected reactor.core.publisher.Mono<? extends HealthComponent> ReactiveHealthEndpointWebExtension.getHealth(ReactiveHealthContributor contributor, boolean includeDetails) HealthEndpointWebExtension.health(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext) HealthEndpointWebExtension.health(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext, boolean showAll, String... path) HealthEndpointWebExtension.health(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext, String... path) reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>> ReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext) reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>> ReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext, boolean showAll, String... path) reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>> ReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext, String... path) 类型变量类型为HealthComponent的org.springframework.boot.actuate.health中的方法参数修饰符和类型方法说明protected HealthComponentHealthEndpoint.aggregateContributions(ApiVersion apiVersion, Map<String, HealthComponent> contributions, StatusAggregator statusAggregator, boolean showComponents, Set<String> groupNames) protected HealthComponentHealthEndpointWebExtension.aggregateContributions(ApiVersion apiVersion, Map<String, HealthComponent> contributions, StatusAggregator statusAggregator, boolean showComponents, Set<String> groupNames) protected reactor.core.publisher.Mono<? extends HealthComponent> ReactiveHealthEndpointWebExtension.aggregateContributions(ApiVersion apiVersion, Map<String, reactor.core.publisher.Mono<? extends HealthComponent>> contributions, StatusAggregator statusAggregator, boolean showComponents, Set<String> groupNames)