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.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<EnvironmentEndpoint.EnvironmentEntryDescriptor> |
EnvironmentEndpointWebExtension.environmentEntry(String toMatch) |
Modifier and Type | Method and Description |
---|---|
WebEndpointResponse<Health> |
HealthEndpointWebExtension.getHealth(SecurityContext securityContext) |
WebEndpointResponse<Health> |
HealthEndpointWebExtension.getHealth(SecurityContext securityContext,
ShowDetails showDetails) |
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 . |
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) |
Modifier and Type | Method and Description |
---|---|
WebEndpointResponse<Resource> |
HeapDumpWebEndpoint.heapDump(Boolean live) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.