| Constructor and Description |
|---|
MethodAsyncRunner() |
| Modifier and Type | Method and Description |
|---|---|
Object |
wrap(org.aspectj.lang.ProceedingJoinPoint point)
Execute method asynchronously.
|
public Object wrap(org.aspectj.lang.ProceedingJoinPoint point)
This aspect should be used only on void or
Future returning methods.
Try NOT to change the signature of this method, in order to keep it backward compatible.
point - Joint pointCopyright © 2012–2021 jcabi.com. All rights reserved.