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, invoke
public Object before(AopMethodInvocation aopMethodInvocation, Object[] arguments)
before
in class ChainableMethodAdvice
public Object createMethodContext(Class<?> targetClass, Method method, Map<Class<? extends Annotation>,Annotation> annotations)
createMethodContext
in class ChainableMethodAdvice
public String getDefaultDestinationName()
public void setDefaultDestinationName(String defaultDestinationName)
public void setDestinationNames(Map<Class<?>,String> destinationNames)