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 Summary
-
Method Summary
Modifier and TypeMethodDescriptioninvoke
(InvocationContext context) Invoke the underlying operation using the givencontext
.
-
Constructor Details
-
ExceptionCapturingInvoker
-
-
Method Details
-
invoke
Description copied from interface:OperationInvoker
Invoke the underlying operation using the givencontext
.- Specified by:
invoke
in interfaceOperationInvoker
- Parameters:
context
- the context to use to invoke the operation- Returns:
- the result of the operation, may be
null
-