Uses of Class
org.springframework.boot.health.actuate.endpoint.HealthDescriptor
Packages that use HealthDescriptor
Package
Description
Auto-configuration for Cloud Foundry WebFlux endpoints.
Auto-configuration for Cloud Foundry Servlet endpoints.
Actuator endpoint for health.
-
Uses of HealthDescriptor in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.reactive
Methods in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.reactive that return types with arguments of type HealthDescriptorModifier and TypeMethodDescriptionreactor.core.publisher.Mono<WebEndpointResponse<? extends HealthDescriptor>> CloudFoundryReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion) reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthDescriptor>> CloudFoundryReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion, String... path) -
Uses of HealthDescriptor in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.servlet
Methods in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.servlet that return types with arguments of type HealthDescriptorModifier and TypeMethodDescriptionCloudFoundryHealthEndpointWebExtension.health(ApiVersion apiVersion) CloudFoundryHealthEndpointWebExtension.health(ApiVersion apiVersion, String... path) -
Uses of HealthDescriptor in org.springframework.boot.health.actuate.endpoint
Subclasses of HealthDescriptor in org.springframework.boot.health.actuate.endpointModifier and TypeClassDescriptionclassDescription of health that is composed of otherhealth descriptors.final classDescription of health obtained from aHealthIndicatororReactiveHealthIndicator.final classDescription of overall system health.Subclasses with type arguments of type HealthDescriptor in org.springframework.boot.health.actuate.endpointModifier and TypeClassDescriptionclass@Endpointto expose application health information.class@EndpointWebExtensionfor theHealthEndpoint.classReactive@EndpointWebExtensionfor theHealthEndpoint.Methods in org.springframework.boot.health.actuate.endpoint that return HealthDescriptorModifier and TypeMethodDescriptionprotected HealthDescriptorHealthEndpoint.aggregateDescriptors(ApiVersion apiVersion, Map<String, HealthDescriptor> contributions, StatusAggregator statusAggregator, boolean showComponents, @Nullable Set<String> groupNames) protected HealthDescriptorHealthEndpointWebExtension.aggregateDescriptors(ApiVersion apiVersion, Map<String, HealthDescriptor> contributions, StatusAggregator statusAggregator, boolean showComponents, @Nullable Set<String> groupNames) HealthEndpoint.health()@Nullable HealthDescriptorHealthEndpoint.healthForPath(String... path) Methods in org.springframework.boot.health.actuate.endpoint that return types with arguments of type HealthDescriptorModifier and TypeMethodDescriptionprotected reactor.core.publisher.Mono<? extends HealthDescriptor> ReactiveHealthEndpointWebExtension.aggregateDescriptors(ApiVersion apiVersion, Map<String, reactor.core.publisher.Mono<? extends HealthDescriptor>> contributions, StatusAggregator statusAggregator, boolean showComponents, @Nullable Set<String> groupNames) @Nullable Map<String, HealthDescriptor> CompositeHealthDescriptor.getComponents()@Nullable Map<String, HealthDescriptor> CompositeHealthDescriptor.getDetails()HealthEndpointWebExtension.health(ApiVersion apiVersion, @Nullable WebServerNamespace serverNamespace, SecurityContext securityContext, boolean showAll, String... path) HealthEndpointWebExtension.health(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext) HealthEndpointWebExtension.health(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext, String... path) reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthDescriptor>> ReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion, @Nullable WebServerNamespace serverNamespace, SecurityContext securityContext) reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthDescriptor>> ReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion, @Nullable WebServerNamespace serverNamespace, SecurityContext securityContext, boolean showAll, String... path) reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthDescriptor>> ReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion, @Nullable WebServerNamespace serverNamespace, SecurityContext securityContext, String... path) Method parameters in org.springframework.boot.health.actuate.endpoint with type arguments of type HealthDescriptorModifier and TypeMethodDescriptionprotected HealthDescriptorHealthEndpoint.aggregateDescriptors(ApiVersion apiVersion, Map<String, HealthDescriptor> contributions, StatusAggregator statusAggregator, boolean showComponents, @Nullable Set<String> groupNames) protected HealthDescriptorHealthEndpointWebExtension.aggregateDescriptors(ApiVersion apiVersion, Map<String, HealthDescriptor> contributions, StatusAggregator statusAggregator, boolean showComponents, @Nullable Set<String> groupNames) protected reactor.core.publisher.Mono<? extends HealthDescriptor> ReactiveHealthEndpointWebExtension.aggregateDescriptors(ApiVersion apiVersion, Map<String, reactor.core.publisher.Mono<? extends HealthDescriptor>> contributions, StatusAggregator statusAggregator, boolean showComponents, @Nullable Set<String> groupNames)