public class RpcResponseFuture extends Object
| 构造器和说明 |
|---|
RpcResponseFuture(String addr,
InvokeFuture future)
Constructor
|
public RpcResponseFuture(String addr, InvokeFuture future)
public boolean isDone()
public Object get(int timeoutMillis) throws InvokeTimeoutException, RemotingException, InterruptedException
public Object get() throws RemotingException, InterruptedException
Copyright © 2020. All rights reserved.