类的使用
org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
使用EndpointDiscoverer的程序包
程序包
说明
Auto-configuration for actuator Cloud Foundry concerns.
Annotation support for actuator endpoints.
Annotation support for actuator JMX endpoints.
Annotation support for actuator web endpoints.
-
org.springframework.boot.actuate.autoconfigure.cloudfoundry中EndpointDiscoverer的使用
修饰符和类型类说明class
WebEndpointDiscoverer
for Cloud Foundry that uses Cloud Foundry specific extensions for theHealthEndpoint
. -
org.springframework.boot.actuate.endpoint.annotation中EndpointDiscoverer的使用
修饰符和类型方法说明boolean
AbstractDiscoveredEndpoint.wasDiscoveredBy
(Class<? extends EndpointDiscoverer<?, ?>> discoverer) boolean
DiscoveredEndpoint.wasDiscoveredBy
(Class<? extends EndpointDiscoverer<?, ?>> discoverer) Returntrue
if the endpoint was discovered by the specified discoverer.限定符构造器说明AbstractDiscoveredEndpoint
(EndpointDiscoverer<?, ?> discoverer, Object endpointBean, EndpointId id, boolean enabledByDefault, Collection<? extends O> operations) 已过时, 待删除: 此 API 元素将从以后的版本中删除。AbstractDiscoveredEndpoint
(EndpointDiscoverer<?, ?> discoverer, Object endpointBean, EndpointId id, Access defaultAccess, Collection<? extends O> operations) Create a newAbstractDiscoveredEndpoint
instance.限定符构造器说明protected
DiscovererEndpointFilter
(Class<? extends EndpointDiscoverer<?, ?>> discoverer) Create a newDiscovererEndpointFilter
instance. -
org.springframework.boot.actuate.endpoint.jmx.annotation中EndpointDiscoverer的使用
-
org.springframework.boot.actuate.endpoint.web.annotation中EndpointDiscoverer的使用
修饰符和类型类说明class
已过时, 待删除: 此 API 元素将从以后的版本中删除。since 3.3.0 in favor of@Endpoint
and@WebEndpoint
supportclass
已过时, 待删除: 此 API 元素将从以后的版本中删除。since 3.3.0 in favor of@Endpoint
and@WebEndpoint
class
AbstractDiscoveredEndpoint(EndpointDiscoverer, Object, EndpointId, Access, Collection)