| Modifier and Type | Field and Description |
|---|---|
static String |
TIMEOUT
The action invocation was successful but did not return the result before timeout.
|
| Constructor and Description |
|---|
AsyncAction(Callable callable) |
AsyncAction(Executor executor,
Callable callable) |
AsyncAction(long timeout,
Callable callable) |
AsyncAction(long timeout,
Executor executor,
Callable callable) |
| Modifier and Type | Method and Description |
|---|---|
Object |
call() |
Executor |
getExecutor() |
Long |
getTimeout() |
public static final String TIMEOUT
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.