Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.cloudfoundry |
Auto-configuration for actuator Cloud Foundry concerns.
|
org.springframework.boot.actuate.autoconfigure.endpoint |
Core classes for actuator endpoint auto-configuration.
|
org.springframework.boot.actuate.autoconfigure.endpoint.web |
Auto-configuration for the Actuator's web endpoints.
|
org.springframework.boot.actuate.endpoint |
Endpoint support.
|
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 |
CloudFoundryWebAnnotationEndpointDiscoverer
WebAnnotationEndpointDiscoverer for Cloud Foundry that uses Cloud Foundry
specific extensions for the HealthEndpoint . |
Modifier and Type | Method and Description |
---|---|
boolean |
CloudFoundryEndpointFilter.match(EndpointInfo<WebOperation> info,
EndpointDiscoverer<WebOperation> discoverer) |
Modifier and Type | Method and Description |
---|---|
boolean |
ExposeExcludePropertyEndpointFilter.match(EndpointInfo<T> info,
EndpointDiscoverer<T> discoverer) |
Constructor and Description |
---|
ExposeExcludePropertyEndpointFilter(Class<? extends EndpointDiscoverer<T>> discovererType,
Collection<String> expose,
Collection<String> exclude,
String... exposeDefaults) |
ExposeExcludePropertyEndpointFilter(Class<? extends EndpointDiscoverer<T>> discovererType,
org.springframework.core.env.Environment environment,
String prefix,
String... exposeDefaults) |
Modifier and Type | Method and Description |
---|---|
EndpointPathProvider |
WebEndpointAutoConfiguration.endpointPathProvider(EndpointDiscoverer<WebOperation> endpointDiscoverer,
WebEndpointProperties webEndpointProperties) |
Constructor and Description |
---|
DefaultEndpointPathProvider(EndpointDiscoverer<WebOperation> endpointDiscoverer,
WebEndpointProperties webEndpointProperties) |
Modifier and Type | Method and Description |
---|---|
boolean |
EndpointFilter.match(EndpointInfo<T> info,
EndpointDiscoverer<T> discoverer)
Return
true if the filter matches. |
Modifier and Type | Class and Description |
---|---|
class |
AnnotationEndpointDiscoverer<K,T extends Operation>
A base
EndpointDiscoverer implementation that discovers
@Endpoint beans and @EndpointExtension beans
in an application context. |
Modifier and Type | Class and Description |
---|---|
class |
JmxAnnotationEndpointDiscoverer
|
Modifier and Type | Class and Description |
---|---|
class |
WebAnnotationEndpointDiscoverer
|
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.