接口的使用
org.springframework.boot.actuate.endpoint.Operation
使用Operation的程序包
程序包
说明
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.endpoint中Operation的使用
修饰符和类型类说明class
AbstractExposableEndpoint<O extends Operation>
Abstract base class forExposableEndpoint
implementations.interface
ExposableEndpoint<O extends Operation>
Information describing an endpoint that can be exposed in some technology specific way.interface
OperationFilter<O extends Operation>
Strategy class that can be used to filteroperations
.修饰符和类型方法说明static <O extends Operation>
OperationFilter<O> OperationFilter.byAccess
(EndpointAccessResolver accessResolver) Return anOperationFilter
that filters based on the allowedaccess
as determined by anaccess resolver
. -
org.springframework.boot.actuate.endpoint.annotation中Operation的使用
修饰符和类型类说明class
AbstractDiscoveredEndpoint<O extends Operation>
Abstract base class forendpoints
discovered by aEndpointDiscoverer
.interface
DiscoveredEndpoint<O extends Operation>
Anendpoint
discovered by anEndpointDiscoverer
.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中Operation的使用
-
org.springframework.boot.actuate.endpoint.web中Operation的使用
-
org.springframework.boot.actuate.endpoint.web.annotation中Operation的使用
修饰符和类型方法说明protected Operation
ControllerEndpointDiscoverer.createOperation
(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) 已过时, 待删除: 此 API 元素将从以后的版本中删除。protected Operation
ServletEndpointDiscoverer.createOperation
(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) 已过时, 待删除: 此 API 元素将从以后的版本中删除。修饰符和类型方法说明protected EndpointDiscoverer.OperationKey
ControllerEndpointDiscoverer.createOperationKey
(Operation operation) 已过时, 待删除: 此 API 元素将从以后的版本中删除。protected EndpointDiscoverer.OperationKey
ServletEndpointDiscoverer.createOperationKey
(Operation operation) 已过时, 待删除: 此 API 元素将从以后的版本中删除。修饰符和类型方法说明protected ExposableControllerEndpoint
ControllerEndpointDiscoverer.createEndpoint
(Object endpointBean, EndpointId id, Access defaultAccess, Collection<Operation> operations) 已过时, 待删除: 此 API 元素将从以后的版本中删除。protected ExposableServletEndpoint
ServletEndpointDiscoverer.createEndpoint
(Object endpointBean, EndpointId id, Access defaultAccess, Collection<Operation> operations) 已过时, 待删除: 此 API 元素将从以后的版本中删除。