| 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.cache |
Actuator support for caches.
|
| org.springframework.boot.actuate.env |
Actuator support for Spring Framework's
Environment. |
| org.springframework.boot.actuate.health |
Actuator health indicator and endpoints.
|
| org.springframework.boot.actuate.management |
Actuator support for JVM management.
|
| 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 | Method and Description |
|---|---|
WebEndpointResponse<CachesEndpoint.CacheEntry> |
CachesEndpointWebExtension.cache(String cache,
String cacheManager) |
WebEndpointResponse<Void> |
CachesEndpointWebExtension.clearCache(String cache,
String cacheManager) |
| Modifier and Type | Method and Description |
|---|---|
WebEndpointResponse<EnvironmentEndpoint.EnvironmentEntryDescriptor> |
EnvironmentEndpointWebExtension.environmentEntry(String toMatch) |
| Modifier and Type | Method and Description |
|---|---|
WebEndpointResponse<HealthComponent> |
HealthEndpointWebExtension.health(ApiVersion apiVersion,
SecurityContext securityContext) |
WebEndpointResponse<HealthComponent> |
HealthEndpointWebExtension.health(ApiVersion apiVersion,
SecurityContext securityContext,
boolean showAll,
String... path) |
WebEndpointResponse<HealthComponent> |
HealthEndpointWebExtension.health(ApiVersion apiVersion,
SecurityContext securityContext,
String... path) |
WebEndpointResponse<Health> |
HealthWebEndpointResponseMapper.map(Health health,
SecurityContext securityContext)
Deprecated.
Maps the given
health to a WebEndpointResponse, honouring the
mapper's default ShowDetails using the given securityContext. |
WebEndpointResponse<Health> |
HealthWebEndpointResponseMapper.map(Health health,
SecurityContext securityContext,
ShowDetails showDetails)
Deprecated.
Maps the given
health to a WebEndpointResponse, honouring the given
showDetails using the given securityContext. |
WebEndpointResponse<Health> |
HealthWebEndpointResponseMapper.mapDetails(Supplier<Health> health,
SecurityContext securityContext)
Deprecated.
Maps the given
health details to a WebEndpointResponse, honouring
the mapper's default ShowDetails using the given securityContext. |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>> |
ReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion,
SecurityContext securityContext) |
reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>> |
ReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion,
SecurityContext securityContext,
boolean showAll,
String... path) |
reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>> |
ReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion,
SecurityContext securityContext,
String... path) |
| Modifier and Type | Method and Description |
|---|---|
WebEndpointResponse<Resource> |
HeapDumpWebEndpoint.heapDump(Boolean live) |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.