类 AbstractWebFluxEndpointHandlerMapping.ExceptionCapturingInvoker

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

protected static final class AbstractWebFluxEndpointHandlerMapping.ExceptionCapturingInvoker extends Object implements OperationInvoker
  • 构造器详细资料

    • ExceptionCapturingInvoker

      public ExceptionCapturingInvoker(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