public interface GridProxyListener extends EventListener
Method beforeCall(Class, String, Object[]) is called right before the
traceable method and the second apply afterCall(Class, String, Object[], Object, Throwable)
is made to get invocation result and exception, if there was one.
| Modifier and Type | Method and Description |
|---|---|
void |
afterCall(Class<?> cls,
String mtdName,
Object[] args,
Object res,
Throwable e)
Method is called right after the traced method.
|
void |
beforeCall(Class<?> cls,
String mtdName,
Object[] args)
Method is called right before the traced method.
|
void beforeCall(Class<?> cls, String mtdName, Object[] args)
cls - Callee class.mtdName - Callee method name.args - Callee method parameters.void afterCall(Class<?> cls, String mtdName, Object[] args, Object res, Throwable e)
cls - Callee class.mtdName - Callee method name.args - Callee method parameters.res - Call result. Might be null if apply
returned null or if exception happened.e - Exception thrown by given method apply, if any. Can be null.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.2.0 Release Date : September 15 2017