@Deprecated public interface ResponseFuture
| Modifier and Type | Method and Description |
|---|---|
Object |
get()
Deprecated.
get result.
|
Object |
get(int timeoutInMillis)
Deprecated.
get result with the specified timeout.
|
boolean |
isDone()
Deprecated.
check is done.
|
void |
setCallback(ResponseCallback callback)
Deprecated.
set callback.
|
Object get() throws RemotingException
RemotingExceptionObject get(int timeoutInMillis) throws RemotingException
timeoutInMillis - timeout.RemotingExceptionvoid setCallback(ResponseCallback callback)
callback - boolean isDone()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.