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