Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.cloudfoundry |
Auto-configuration for actuator Cloud Foundry concerns.
|
org.springframework.boot.actuate.endpoint.annotation |
Annotation support for actuator endpoints.
|
org.springframework.boot.actuate.endpoint.jmx.annotation |
Annotation support for actuator JMX 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 |
---|---|
boolean |
AbstractDiscoveredEndpoint.wasDiscoveredBy(Class<? extends EndpointDiscoverer<?,?>> discoverer) |
boolean |
DiscoveredEndpoint.wasDiscoveredBy(Class<? extends EndpointDiscoverer<?,?>> discoverer)
Return
true if the endpoint was discovered by the specified discoverer. |
Constructor and Description |
---|
AbstractDiscoveredEndpoint(EndpointDiscoverer<?,?> discoverer,
Object endpointBean,
EndpointId id,
boolean enabledByDefault,
Collection<? extends O> operations)
Create a new
AbstractDiscoveredEndpoint instance. |
Constructor and Description |
---|
DiscovererEndpointFilter(Class<? extends EndpointDiscoverer<?,?>> discoverer)
Create a new
DiscovererEndpointFilter instance. |
Modifier and Type | Class and Description |
---|---|
class |
JmxEndpointDiscoverer
|
Modifier and Type | Class and Description |
---|---|
class |
ControllerEndpointDiscoverer
|
class |
ServletEndpointDiscoverer
|
class |
WebEndpointDiscoverer
|