T - public abstract class AbstractServiceMethodAfterThrowingAdvice<T> extends Object implements ServiceMethodAfterAdvice<T>
| Constructor and Description |
|---|
AbstractServiceMethodAfterThrowingAdvice() |
| Modifier and Type | Method and Description |
|---|---|
T |
afterReturning(Method method,
Object result,
Object... args)
If after advice defined for a service method, invokes this method after method execution finished.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitafterThrowingpublic AbstractServiceMethodAfterThrowingAdvice()
public final T afterReturning(Method method, Object result, Object... args) throws Exception
afterReturning in interface ServiceMethodAfterAdvice<T>result - method return valueargs - method argumentsExceptionCopyright © 2004–2019 OpenL Tablets. All rights reserved.