类 AbstractWebFluxEndpointHandlerMapping.ElasticSchedulerInvoker

java.lang.Object
org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping.ElasticSchedulerInvoker
所有已实现的接口:
OperationInvoker
封闭类:
AbstractWebFluxEndpointHandlerMapping

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.
  • 构造器详细资料

    • ElasticSchedulerInvoker

      public ElasticSchedulerInvoker(OperationInvoker invoker)
  • 方法详细资料

    • invoke

      public Object invoke(InvocationContext context)
      从接口复制的说明: OperationInvoker
      Invoke the underlying operation using the given context.
      指定者:
      invoke 在接口中 OperationInvoker
      参数:
      context - the context to use to invoke the operation
      返回:
      the result of the operation, may be null