| Package | Description |
|---|---|
| org.springframework.boot.actuate.autoconfigure.cloudfoundry |
Auto-configuration for actuator Cloud Foundry concerns.
|
| org.springframework.boot.actuate.autoconfigure.endpoint.web |
Auto-configuration for the Actuator's web endpoints.
|
| org.springframework.boot.actuate.endpoint.annotation |
Annotation support for actuator endpoints.
|
| org.springframework.boot.actuate.endpoint.jmx |
JMX support for actuator endpoints.
|
| org.springframework.boot.actuate.endpoint.jmx.annotation |
Annotation support for actuator JMX endpoints.
|
| 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 | Class and Description |
|---|---|
class |
CloudFoundryWebEndpointDiscoverer
WebEndpointDiscoverer for Cloud Foundry that uses Cloud Foundry specific
extensions for the HealthEndpoint. |
| Modifier and Type | Method and Description |
|---|---|
PathMappedEndpoints |
WebEndpointAutoConfiguration.pathMappedEndpoints(Collection<EndpointsSupplier<?>> endpointSuppliers) |
| Modifier and Type | Class and Description |
|---|---|
class |
EndpointDiscoverer<E extends ExposableEndpoint<O>,O extends Operation>
A Base for
EndpointsSupplier implementations that discover
@Endpoint beans and @EndpointExtension beans
in an application context. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JmxEndpointsSupplier
|
| Modifier and Type | Class and Description |
|---|---|
class |
JmxEndpointDiscoverer
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
WebEndpointsSupplier
|
| Constructor and Description |
|---|
PathMappedEndpoints(String basePath,
EndpointsSupplier<?> supplier)
Create a new
PathMappedEndpoints instance for the given supplier. |
| Constructor and Description |
|---|
PathMappedEndpoints(String basePath,
Collection<EndpointsSupplier<?>> suppliers)
Create a new
PathMappedEndpoints instance for the given suppliers. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ControllerEndpointsSupplier
|
interface |
ServletEndpointsSupplier
|
| Modifier and Type | Class and Description |
|---|---|
class |
ControllerEndpointDiscoverer
|
class |
ServletEndpointDiscoverer
|
class |
WebEndpointDiscoverer
|