接口的使用
org.springframework.boot.actuate.endpoint.ExposableEndpoint
使用ExposableEndpoint的程序包
程序包
说明
Endpoint exposure logic used for auto-configuration and conditions.
Endpoint support.
Annotation support for actuator endpoints.
JMX support for actuator endpoints.
Web support for actuator endpoints.
Annotation support for actuator web endpoints.
-
org.springframework.boot.actuate.autoconfigure.endpoint.expose中ExposableEndpoint的使用
-
org.springframework.boot.actuate.endpoint中ExposableEndpoint的使用
修饰符和类型接口说明interface
EndpointFilter<E extends ExposableEndpoint<?>>
Strategy class that can be used to filterendpoints
.interface
EndpointsSupplier<E extends ExposableEndpoint<?>>
Provides access to a collection ofendpoints
.修饰符和类型类说明class
AbstractExposableEndpoint<O extends Operation>
Abstract base class forExposableEndpoint
implementations. -
org.springframework.boot.actuate.endpoint.annotation中ExposableEndpoint的使用
修饰符和类型类说明class
EndpointDiscoverer<E extends ExposableEndpoint<O>,
O extends Operation> A Base forEndpointsSupplier
implementations that discover@Endpoint
beans and@EndpointExtension
beans in an application context.修饰符和类型接口说明interface
DiscoveredEndpoint<O extends Operation>
Anendpoint
discovered by anEndpointDiscoverer
.修饰符和类型类说明class
AbstractDiscoveredEndpoint<O extends Operation>
Abstract base class forendpoints
discovered by aEndpointDiscoverer
. -
org.springframework.boot.actuate.endpoint.jmx中ExposableEndpoint的使用
修饰符和类型接口说明interface
Information describing an endpoint that can be exposed over JMX. -
org.springframework.boot.actuate.endpoint.web中ExposableEndpoint的使用
修饰符和类型接口说明interface
已过时, 待删除: 此 API 元素将从以后的版本中删除。interface
Information describing an endpoint that can be exposed over the web.限定符构造器说明EndpointLinksResolver
(Collection<? extends ExposableEndpoint<?>> endpoints) Creates a newEndpointLinksResolver
that will resolve links to the givenendpoints
.EndpointLinksResolver
(Collection<? extends ExposableEndpoint<?>> endpoints, String basePath) Creates a newEndpointLinksResolver
that will resolve links to the givenendpoints
that are exposed beneath the givenbasePath
. -
org.springframework.boot.actuate.endpoint.web.annotation中ExposableEndpoint的使用
修饰符和类型接口说明interface
已过时, 待删除: 此 API 元素将从以后的版本中删除。since 3.3.3 in favor of@Endpoint
and@WebEndpoint
support
@Endpoint
and@WebEndpoint