接口的使用
org.springframework.boot.actuate.endpoint.annotation.DiscoveredEndpoint
使用DiscoveredEndpoint的程序包
程序包
说明
Annotation support for actuator endpoints.
-
org.springframework.boot.actuate.endpoint.annotation中DiscoveredEndpoint的使用
修饰符和类型类说明class
AbstractDiscoveredEndpoint<O extends Operation>
Abstract base class forendpoints
discovered by aEndpointDiscoverer
.