com.alipay.remoting
Interface InvokeCallbackListener

All Known Implementing Classes:
RpcInvokeCallbackListener

public interface InvokeCallbackListener

Listener to listen response and invoke callback.


Method Summary
 String getRemoteAddress()
          Get the remote address.
 void onResponse(InvokeFuture future)
          Response arrived.
 

Method Detail

onResponse

void onResponse(InvokeFuture future)
Response arrived.

Parameters:
future -

getRemoteAddress

String getRemoteAddress()
Get the remote address.

Returns:


Copyright © 2018. All rights reserved.