Package | Description |
---|---|
org.springframework.boot.actuate.audit |
Core actuator auditing classes.
|
org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive | |
org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet | |
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 |
---|---|
WebEndpointResponse<AuditEventsEndpoint.AuditEventsDescriptor> |
AuditEventsEndpointWebExtension.eventsWithPrincipalDateAfterAndType(String principal,
Date after,
String type) |
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() |
WebEndpointResponse<Health> |
HealthEndpointWebExtension.getHealth(boolean showDetails) |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<WebEndpointResponse<Health>> |
ReactiveHealthEndpointWebExtension.health() |
reactor.core.publisher.Mono<WebEndpointResponse<Health>> |
ReactiveHealthEndpointWebExtension.health(boolean showDetails) |
Modifier and Type | Method and Description |
---|---|
WebEndpointResponse<org.springframework.core.io.Resource> |
HeapDumpWebEndpoint.heapDump(Boolean live) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.