Package | Description |
---|---|
org.springframework.boot.actuate.audit |
Core actuator auditing classes.
|
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.
|
org.springframework.boot.actuate.session |
Actuator support for Spring Session.
|
Modifier and Type | Method and Description |
---|---|
WebEndpointResponse<AuditEventsEndpoint.AuditEventsDescriptor> |
AuditEventsWebEndpointExtension.eventsWithPrincipalDateAfterAndType(String principal,
Date after,
String type) |
Modifier and Type | Method and Description |
---|---|
WebEndpointResponse<EnvironmentEndpoint.EnvironmentEntryDescriptor> |
EnvironmentWebEndpointExtension.environmentEntry(String toMatch) |
Modifier and Type | Method and Description |
---|---|
WebEndpointResponse<Health> |
StatusWebEndpointExtension.getHealth() |
WebEndpointResponse<Health> |
HealthWebEndpointExtension.getHealth() |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<WebEndpointResponse<Health>> |
StatusReactiveWebEndpointExtension.health() |
reactor.core.publisher.Mono<WebEndpointResponse<Health>> |
HealthReactiveWebEndpointExtension.health() |
Modifier and Type | Method and Description |
---|---|
WebEndpointResponse<org.springframework.core.io.Resource> |
HeapDumpWebEndpoint.heapDump(Boolean live) |
Modifier and Type | Method and Description |
---|---|
WebEndpointResponse<SessionsEndpoint.SessionsReport> |
SessionsWebEndpointExtension.sessionsForUsername(String username) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.