接口的使用
org.springframework.boot.actuate.endpoint.ExposableEndpoint
使用ExposableEndpoint的程序包
程序包
说明
Endpoint exposure logic used for auto-configuration and conditions.
Endpoint support.
Annotation support for actuator endpoints.
JMX support for actuator endpoints.
Web support for actuator endpoints.
Annotation support for actuator web endpoints.
-
org.springframework.boot.actuate.autoconfigure.endpoint.expose中ExposableEndpoint的使用
-
org.springframework.boot.actuate.endpoint中ExposableEndpoint的使用
修饰符和类型接口说明interfaceEndpointFilter<E extends ExposableEndpoint<?>>Strategy class that can be used to filterendpoints.interfaceEndpointsSupplier<E extends ExposableEndpoint<?>>Provides access to a collection ofendpoints.修饰符和类型类说明classAbstractExposableEndpoint<O extends Operation>Abstract base class forExposableEndpointimplementations. -
org.springframework.boot.actuate.endpoint.annotation中ExposableEndpoint的使用
修饰符和类型类说明classEndpointDiscoverer<E extends ExposableEndpoint<O>,O extends Operation> A Base forEndpointsSupplierimplementations that discover@Endpointbeans and@EndpointExtensionbeans in an application context.修饰符和类型接口说明interfaceDiscoveredEndpoint<O extends Operation>Anendpointdiscovered by anEndpointDiscoverer.修饰符和类型类说明classAbstractDiscoveredEndpoint<O extends Operation>Abstract base class forendpointsdiscovered by aEndpointDiscoverer. -
org.springframework.boot.actuate.endpoint.jmx中ExposableEndpoint的使用
修饰符和类型接口说明interfaceInformation describing an endpoint that can be exposed over JMX. -
org.springframework.boot.actuate.endpoint.web中ExposableEndpoint的使用
修饰符和类型接口说明interface已过时, 待删除: 此 API 元素将从以后的版本中删除。interfaceInformation describing an endpoint that can be exposed over the web.限定符构造器说明EndpointLinksResolver(Collection<? extends ExposableEndpoint<?>> endpoints) Creates a newEndpointLinksResolverthat will resolve links to the givenendpoints.EndpointLinksResolver(Collection<? extends ExposableEndpoint<?>> endpoints, String basePath) Creates a newEndpointLinksResolverthat will resolve links to the givenendpointsthat are exposed beneath the givenbasePath. -
org.springframework.boot.actuate.endpoint.web.annotation中ExposableEndpoint的使用
修饰符和类型接口说明interface已过时, 待删除: 此 API 元素将从以后的版本中删除。since 3.3.3 in favor of@Endpointand@WebEndpointsupport
@Endpointand@WebEndpoint