类的使用
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的使用
修饰符和类型类说明classWebEndpointDiscovererfor Cloud Foundry that uses Cloud Foundry specific extensions for theHealthEndpoint. -
org.springframework.boot.actuate.endpoint.annotation中EndpointDiscoverer的使用
修饰符和类型方法说明booleanAbstractDiscoveredEndpoint.wasDiscoveredBy(Class<? extends EndpointDiscoverer<?, ?>> discoverer) booleanDiscoveredEndpoint.wasDiscoveredBy(Class<? extends EndpointDiscoverer<?, ?>> discoverer) Returntrueif 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 newAbstractDiscoveredEndpointinstance.限定符构造器说明protectedDiscovererEndpointFilter(Class<? extends EndpointDiscoverer<?, ?>> discoverer) Create a newDiscovererEndpointFilterinstance. -
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@Endpointand@WebEndpointsupportclass已过时, 待删除: 此 API 元素将从以后的版本中删除。since 3.3.0 in favor of@Endpointand@WebEndpointclass
AbstractDiscoveredEndpoint(EndpointDiscoverer, Object, EndpointId, Access, Collection)