类 AbstractWebFluxEndpointHandlerMapping.ExceptionCapturingInvoker
java.lang.Object
org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping.ExceptionCapturingInvoker
- 所有已实现的接口:
OperationInvoker
protected static final class AbstractWebFluxEndpointHandlerMapping.ExceptionCapturingInvoker
extends Object
implements OperationInvoker
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明invoke
(InvocationContext context) Invoke the underlying operation using the givencontext
.
-
构造器详细资料
-
ExceptionCapturingInvoker
-
-
方法详细资料
-
invoke
从接口复制的说明:OperationInvoker
Invoke the underlying operation using the givencontext
.- 指定者:
invoke
在接口中OperationInvoker
- 参数:
context
- the context to use to invoke the operation- 返回:
- the result of the operation, may be
null
-