Package org.apache.struts2.async
Class AsyncAction
java.lang.Object
org.apache.struts2.async.AsyncAction
- All Implemented Interfaces:
- Callable
- Since:
- 6.0.0
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionAsyncAction(long timeout, Callable callable) AsyncAction(long timeout, Executor executor, Callable callable) AsyncAction(Callable callable) AsyncAction(Executor executor, Callable callable) 
- 
Method Summary
- 
Field Details- 
TIMEOUTThe action invocation was successful but did not return the result before timeout.- See Also:
 
 
- 
- 
Constructor Details- 
AsyncAction
- 
AsyncAction
- 
AsyncAction
- 
AsyncAction
 
- 
- 
Method Details