Interface ResponseFuture
Deprecated.
2019-06-20
-
Method Summary
Modifier and TypeMethodDescriptionget()Deprecated.get result.get(int timeoutInMillis) Deprecated.get result with the specified timeout.booleanisDone()Deprecated.check is done.voidsetCallback(ResponseCallback callback) Deprecated.set callback.
-
Method Details
-
get
Deprecated.get result.- Returns:
- result.
- Throws:
RemotingException
-
get
Deprecated.get result with the specified timeout.- Parameters:
timeoutInMillis- timeout.- Returns:
- result.
- Throws:
RemotingException
-
setCallback
Deprecated.set callback.- Parameters:
callback-
-
isDone
boolean isDone()Deprecated.check is done.- Returns:
- done or not.
-