@Deprecated public interface ResponseFuture
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
get()
已过时。
get result.
|
Object |
get(int timeoutInMillis)
已过时。
get result with the specified timeout.
|
boolean |
isDone()
已过时。
check is done.
|
void |
setCallback(ResponseCallback callback)
已过时。
set callback.
|
Object get() throws RemotingException
RemotingExceptionObject get(int timeoutInMillis) throws RemotingException
timeoutInMillis - timeout.RemotingExceptionvoid setCallback(ResponseCallback callback)
callback - boolean isDone()
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.