接口的使用
org.springframework.boot.actuate.endpoint.EndpointsSupplier
使用EndpointsSupplier的程序包
程序包
说明
Auto-configuration for actuator Cloud Foundry concerns.
Auto-configuration for the Actuator's web endpoints.
Annotation support for actuator endpoints.
JMX support for actuator endpoints.
Annotation support for actuator JMX endpoints.
Web support for actuator endpoints.
Annotation support for actuator web endpoints.
-
org.springframework.boot.actuate.autoconfigure.cloudfoundry中EndpointsSupplier的使用
修饰符和类型类说明class
WebEndpointDiscoverer
for Cloud Foundry that uses Cloud Foundry specific extensions for theHealthEndpoint
. -
org.springframework.boot.actuate.autoconfigure.endpoint.web中EndpointsSupplier的使用
修饰符和类型方法说明WebEndpointAutoConfiguration.pathMappedEndpoints
(Collection<EndpointsSupplier<?>> endpointSuppliers) -
org.springframework.boot.actuate.endpoint.annotation中EndpointsSupplier的使用
修饰符和类型类说明class
EndpointDiscoverer<E extends ExposableEndpoint<O>,
O extends Operation> A Base forEndpointsSupplier
implementations that discover@Endpoint
beans and@EndpointExtension
beans in an application context. -
org.springframework.boot.actuate.endpoint.jmx中EndpointsSupplier的使用
-
org.springframework.boot.actuate.endpoint.jmx.annotation中EndpointsSupplier的使用
-
org.springframework.boot.actuate.endpoint.web中EndpointsSupplier的使用
限定符构造器说明PathMappedEndpoints
(String basePath, EndpointsSupplier<?> supplier) Create a newPathMappedEndpoints
instance for the given supplier.限定符构造器说明PathMappedEndpoints
(String basePath, Collection<EndpointsSupplier<?>> suppliers) Create a newPathMappedEndpoints
instance for the given suppliers. -
org.springframework.boot.actuate.endpoint.web.annotation中EndpointsSupplier的使用
修饰符和类型接口说明interface
已过时, 待删除: 此 API 元素将从以后的版本中删除。interface
已过时, 待删除: 此 API 元素将从以后的版本中删除。since 3.3.0 in favor of@Endpoint
and@WebEndpoint
修饰符和类型类说明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
@Endpoint
and@WebEndpoint
support