| Package | Description |
|---|---|
| org.springframework.boot.actuate.endpoint.web |
Web support for actuator endpoints.
|
| org.springframework.boot.actuate.endpoint.web.annotation |
Annotation support for actuator web endpoints.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExposableServletEndpoint
Information describing an endpoint that can be exposed by registering a servlet.
|
interface |
ExposableWebEndpoint
Information describing an endpoint that can be exposed over the web.
|
| Modifier and Type | Method and Description |
|---|---|
PathMappedEndpoint |
PathMappedEndpoints.getEndpoint(String endpointId)
Return the
PathMappedEndpoint with the given ID or null if the
endpoint cannot be found. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<PathMappedEndpoint> |
PathMappedEndpoints.iterator() |
Stream<PathMappedEndpoint> |
PathMappedEndpoints.stream()
Stream all
path mapped endpoints. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExposableControllerEndpoint
Information describing an endpoint that can be exposed over Spring MVC or Spring
WebFlux.
|
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.