类 AbstractWebFluxEndpointHandlerMapping.ElasticSchedulerInvoker
java.lang.Object
org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping.ElasticSchedulerInvoker
- 所有已实现的接口:
OperationInvoker
protected static final class AbstractWebFluxEndpointHandlerMapping.ElasticSchedulerInvoker
extends Object
implements OperationInvoker
An
OperationInvoker
that performs the invocation of a blocking operation on
a separate thread using Reactor's bounded
elastic scheduler
.-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明invoke
(InvocationContext context) Invoke the underlying operation using the givencontext
.
-
构造器详细资料
-
ElasticSchedulerInvoker
-
-
方法详细资料
-
invoke
从接口复制的说明:OperationInvoker
Invoke the underlying operation using the givencontext
.- 指定者:
invoke
在接口中OperationInvoker
- 参数:
context
- the context to use to invoke the operation- 返回:
- the result of the operation, may be
null
-