Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive |
Auto-configuration for actuator Cloud Foundry concerns using WebFlux.
|
org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet |
Auto-configuration for actuator Cloud Foundry concerns using Spring MVC.
|
org.springframework.boot.actuate.health |
Actuator health indicator and endpoints.
|
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>> |
CloudFoundryReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion) |
reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>> |
CloudFoundryReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion,
String... path) |
Modifier and Type | Method and Description |
---|---|
WebEndpointResponse<HealthComponent> |
CloudFoundryHealthEndpointWebExtension.health(ApiVersion apiVersion) |
WebEndpointResponse<HealthComponent> |
CloudFoundryHealthEndpointWebExtension.health(ApiVersion apiVersion,
String... path) |
Modifier and Type | Class and Description |
---|---|
class |
CompositeHealth
A
HealthComponent that is composed of other HealthComponent instances. |
class |
Health
Carries information about the health of a component or subsystem.
|
class |
SystemHealth
A
HealthComponent that represents the overall system health and the available
groups. |
Modifier and Type | Method and Description |
---|---|
protected HealthComponent |
HealthEndpointWebExtension.aggregateContributions(ApiVersion apiVersion,
Map<String,HealthComponent> contributions,
StatusAggregator statusAggregator,
boolean showComponents,
Set<String> groupNames) |
protected HealthComponent |
HealthEndpoint.aggregateContributions(ApiVersion apiVersion,
Map<String,HealthComponent> contributions,
StatusAggregator statusAggregator,
boolean showComponents,
Set<String> groupNames) |
protected HealthComponent |
HealthEndpointWebExtension.getHealth(HealthContributor contributor,
boolean includeDetails) |
protected HealthComponent |
HealthEndpoint.getHealth(HealthContributor contributor,
boolean includeDetails) |
HealthComponent |
HealthEndpoint.health() |
HealthComponent |
HealthEndpoint.healthForPath(String... path) |
Modifier and Type | Method and Description |
---|---|
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) |
Map<String,HealthComponent> |
CompositeHealth.getComponents() |
protected reactor.core.publisher.Mono<? extends HealthComponent> |
ReactiveHealthEndpointWebExtension.getHealth(ReactiveHealthContributor contributor,
boolean includeDetails) |
WebEndpointResponse<HealthComponent> |
HealthEndpointWebExtension.health(ApiVersion apiVersion,
SecurityContext securityContext) |
reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>> |
ReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion,
SecurityContext securityContext) |
WebEndpointResponse<HealthComponent> |
HealthEndpointWebExtension.health(ApiVersion apiVersion,
SecurityContext securityContext,
boolean showAll,
String... path) |
reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>> |
ReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion,
SecurityContext securityContext,
boolean showAll,
String... path) |
WebEndpointResponse<HealthComponent> |
HealthEndpointWebExtension.health(ApiVersion apiVersion,
SecurityContext securityContext,
String... path) |
reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>> |
ReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion,
SecurityContext securityContext,
String... path) |
Modifier and Type | Method and Description |
---|---|
protected HealthComponent |
HealthEndpointWebExtension.aggregateContributions(ApiVersion apiVersion,
Map<String,HealthComponent> contributions,
StatusAggregator statusAggregator,
boolean showComponents,
Set<String> groupNames) |
protected HealthComponent |
HealthEndpoint.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) |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.