Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.endpoint |
Core classes for actuator endpoint auto-configuration.
|
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.
|
Constructor and Description |
---|
EndpointProvider(org.springframework.core.env.Environment environment,
EndpointDiscoverer<T> discoverer,
EndpointExposure exposure)
Creates a new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotationEndpointDiscoverer<T extends Operation,K>
A base
EndpointDiscoverer implementation that discovers Endpoint 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.