public interface RequestFuture<V>
extends java.util.concurrent.Future<V>
| Modifier and Type | Method and Description |
|---|---|
V |
get() |
V |
get(long timeout,
java.util.concurrent.TimeUnit unit) |
V get() throws RequestException
get in interface java.util.concurrent.Future<V>RequestExceptionV get(long timeout, java.util.concurrent.TimeUnit unit) throws RequestException
get in interface java.util.concurrent.Future<V>RequestException