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<Health>> |
CloudFoundryReactiveHealthEndpointWebExtension.health() |
Modifier and Type | Method and Description |
---|---|
WebEndpointResponse<Health> |
CloudFoundryHealthEndpointWebExtension.getHealth() |
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<Health> |
HealthEndpointWebExtension.getHealth(SecurityContext securityContext,
ShowDetails showDetails) |
WebEndpointResponse<Health> |
HealthEndpointWebExtension.health(SecurityContext securityContext) |
WebEndpointResponse<Health> |
HealthEndpointWebExtension.healthForComponent(SecurityContext securityContext,
String component) |
WebEndpointResponse<Health> |
HealthEndpointWebExtension.healthForComponentInstance(SecurityContext securityContext,
String component,
String instance) |
WebEndpointResponse<Health> |
HealthWebEndpointResponseMapper.map(Health health,
SecurityContext securityContext)
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)
Maps the given
health to a WebEndpointResponse , honouring the given
showDetails using the given securityContext . |
WebEndpointResponse<Health> |
HealthWebEndpointResponseMapper.mapDetails(Supplier<Health> health,
SecurityContext securityContext)
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<Health>> |
ReactiveHealthEndpointWebExtension.health(SecurityContext securityContext) |
reactor.core.publisher.Mono<WebEndpointResponse<Health>> |
ReactiveHealthEndpointWebExtension.health(SecurityContext securityContext,
ShowDetails showDetails) |
reactor.core.publisher.Mono<WebEndpointResponse<Health>> |
ReactiveHealthEndpointWebExtension.healthForComponent(SecurityContext securityContext,
String component) |
reactor.core.publisher.Mono<WebEndpointResponse<Health>> |
ReactiveHealthEndpointWebExtension.healthForComponentInstance(SecurityContext securityContext,
String component,
String instance) |
Modifier and Type | Method and Description |
---|---|
WebEndpointResponse<Resource> |
HeapDumpWebEndpoint.heapDump(Boolean live) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.