R
- The return type of the method invocation.public static interface CommandGatewayFactory.InvocationHandler<R>
Modifier and Type | Method and Description |
---|---|
R |
invoke(Object proxy,
Method invokedMethod,
Object[] args)
Handle the invocation of the given
invokedMethod , invoked on given proxy with given
args . |
R invoke(Object proxy, Method invokedMethod, Object[] args) throws Exception
invokedMethod
, invoked on given proxy
with given
args
.proxy
- The proxy on which the method was invoked.invokedMethod
- The method being invoked.args
- The arguments of the invocation.Exception
- Any exceptions that occurred while processing the invocation.Copyright © 2010–2024. All rights reserved.