接口的使用
org.springframework.boot.actuate.endpoint.web.PathMappedEndpoint
使用PathMappedEndpoint的程序包
程序包
说明
Web support for actuator endpoints.
Annotation support for actuator web endpoints.
-
org.springframework.boot.actuate.endpoint.web中PathMappedEndpoint的使用
修饰符和类型接口说明interface
已过时, 待删除: 此 API 元素将从以后的版本中删除。interface
Information describing an endpoint that can be exposed over the web.修饰符和类型方法说明PathMappedEndpoints.getEndpoint
(EndpointId endpointId) Return thePathMappedEndpoint
with the given ID ornull
if the endpoint cannot be found.修饰符和类型方法说明PathMappedEndpoints.iterator()
PathMappedEndpoints.stream()
Stream allpath mapped endpoints
. -
org.springframework.boot.actuate.endpoint.web.annotation中PathMappedEndpoint的使用
修饰符和类型接口说明interface
已过时, 待删除: 此 API 元素将从以后的版本中删除。since 3.3.3 in favor of@Endpoint
and@WebEndpoint
support
@Endpoint
and@WebEndpoint