Package | Description |
---|---|
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 | Method and Description |
---|---|
protected void |
AnnotationEndpointDiscoverer.verify(Collection<AnnotationEndpointDiscoverer.DiscoveredEndpoint> exposedEndpoints)
Allows subclasses to verify that the descriptors are correctly configured.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JmxAnnotationEndpointDiscoverer.verify(Collection<AnnotationEndpointDiscoverer.DiscoveredEndpoint> exposedEndpoints) |
Modifier and Type | Method and Description |
---|---|
protected void |
WebAnnotationEndpointDiscoverer.verify(Collection<AnnotationEndpointDiscoverer.DiscoveredEndpoint> exposedEndpoints) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.