Package org.apache.struts2
Interface AsyncManager
- All Known Implementing Classes:
DefaultAsyncManager
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
-
hasAsyncActionResult
boolean hasAsyncActionResult() -
getAsyncActionResult
Object getAsyncActionResult() -
invokeAsyncAction
-