public static class Async.MethodNameTransformer
extends java.lang.Object
When a public void method has been annotated as @Async, ActFramework will enhance the class by adding an new method as a copy of the original method, the name of the new method will be the result of calling the original method.
| Constructor and Description |
|---|
MethodNameTransformer() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
transform(java.lang.String methodName)
Returns the new async method’s name based on the give name
|
Copyright © 2014–2017 ActFramework. All rights reserved.