Class AbstractWebFluxEndpointHandlerMapping.ExceptionCapturingInvoker

java.lang.Object
org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping.ExceptionCapturingInvoker
All Implemented Interfaces:
OperationInvoker
Enclosing class:
AbstractWebFluxEndpointHandlerMapping

protected static final class AbstractWebFluxEndpointHandlerMapping.ExceptionCapturingInvoker extends Object implements OperationInvoker
  • Constructor Details

    • ExceptionCapturingInvoker

      public ExceptionCapturingInvoker(OperationInvoker invoker)
  • Method Details

    • invoke

      public Object invoke(InvocationContext context)
      Description copied from interface: OperationInvoker
      Invoke the underlying operation using the given context.
      Specified by:
      invoke in interface OperationInvoker
      Parameters:
      context - the context to use to invoke the operation
      Returns:
      the result of the operation, may be null