public class AsyncAdvice extends ChainableMethodAdvice
nullResult| Constructor and Description |
|---|
AsyncAdvice() |
| Modifier and Type | Method and Description |
|---|---|
Object |
before(AopMethodInvocation aopMethodInvocation,
Object[] arguments) |
Object |
createMethodContext(Class<?> targetClass,
Method method,
Map<Class<? extends Annotation>,Annotation> annotations) |
String |
getDefaultDestinationName() |
void |
setDefaultDestinationName(String defaultDestinationName) |
void |
setDestinationNames(Map<Class<?>,String> destinationNames) |
afterReturning, afterThrowing, duringFinally, invokepublic Object before(AopMethodInvocation aopMethodInvocation, Object[] arguments)
before in class ChainableMethodAdvicepublic Object createMethodContext(Class<?> targetClass,
Method method,
Map<Class<? extends Annotation>,Annotation> annotations)
createMethodContext in class ChainableMethodAdvicepublic String getDefaultDestinationName()
public void setDefaultDestinationName(String defaultDestinationName)
public void setDestinationNames(Map<Class<?>,String> destinationNames)