Package org.apache.struts2
Interface AsyncManager
public interface AsyncManager
Adds support for invoke async actions. This allows us to support action methods that return 
Callable
 as well as invoking them in separate not-container thread then executing the result in another container thread.- Since:
- 6.0.0
- 
Method Summary
- 
Method Details- 
hasAsyncActionResultboolean hasAsyncActionResult()
- 
getAsyncActionResultObject getAsyncActionResult()
- 
invokeAsyncAction
 
-