Class AbstractWebFluxEndpointHandlerMapping.ExceptionCapturingInvoker
java.lang.Object
org.springframework.boot.webflux.actuate.endpoint.web.AbstractWebFluxEndpointHandlerMapping.ExceptionCapturingInvoker
- All Implemented Interfaces:
OperationInvoker
- Enclosing class:
AbstractWebFluxEndpointHandlerMapping
protected static final class AbstractWebFluxEndpointHandlerMapping.ExceptionCapturingInvoker
extends Object
implements OperationInvoker
- Since:
- 4.0.0
- Author:
- Andy Wilkinson, Madhura Bhave, Phillip Webb, Brian Clozel, Scott Frederick
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable Objectinvoke(InvocationContext context) Invoke the underlying operation using the givencontext.
-
Constructor Details
-
ExceptionCapturingInvoker
-
-
Method Details
-
invoke
Description copied from interface:OperationInvokerInvoke the underlying operation using the givencontext.- Specified by:
invokein interfaceOperationInvoker- Parameters:
context- the context to use to invoke the operation- Returns:
- the result of the operation, may be
null
-