Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.endpoint |
Core classes for actuator endpoint auto-configuration.
|
org.springframework.boot.actuate.endpoint |
Actuator endpoint infrastructure.
|
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.web |
Web support for actuator endpoints.
|
Modifier and Type | Class and Description |
---|---|
class |
EndpointProvider<T extends Operation>
Provides the endpoints that are enabled according to an
EndpointDiscoverer and
the current Environment . |
Modifier and Type | Interface and Description |
---|---|
interface |
EndpointDiscoverer<T extends Operation>
Discovers endpoints and provides an
EndpointInfo for each of them. |
class |
EndpointInfo<T extends Operation>
Information describing an endpoint.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotationEndpointDiscoverer<T extends Operation,K>
A base
EndpointDiscoverer implementation that discovers Endpoint beans
in an application context. |
protected static class |
AnnotationEndpointDiscoverer.EndpointInfoDescriptor<T extends Operation,K>
Describes an
endpoint and whether or not it is valid. |
protected static interface |
AnnotationEndpointDiscoverer.EndpointOperationFactory<T extends Operation>
An
EndpointOperationFactory creates an Operation for an operation
on an endpoint. |
Modifier and Type | Class and Description |
---|---|
class |
JmxEndpointOperation
An operation on a JMX endpoint.
|
Modifier and Type | Class and Description |
---|---|
class |
WebEndpointOperation
An operation on a web endpoint.
|
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.