Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.endpoint |
Core classes for actuator endpoint auto-configuration.
|
org.springframework.boot.actuate.endpoint |
Endpoint support.
|
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 |
ExposeExcludePropertyEndpointFilter<T extends Operation>
|
Modifier and Type | Interface and Description |
---|---|
interface |
EndpointDiscoverer<T extends Operation>
Discovers endpoints and provides an
EndpointInfo for each of them. |
interface |
EndpointFilter<T extends Operation>
Strategy class that can be used to filter discovered endpoints.
|
class |
EndpointInfo<T extends Operation>
Information describing an endpoint.
|
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. |
interface |
OperationFactory<T extends Operation>
|
Modifier and Type | Class and Description |
---|---|
class |
JmxOperation
An operation on a JMX endpoint.
|
Modifier and Type | Class and Description |
---|---|
class |
WebOperation
An operation on a web endpoint.
|
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.