Uses of Interface
com.alibaba.dubbo.remoting.exchange.ResponseCallback

Packages that use ResponseCallback
com.alibaba.dubbo.remoting.exchange   
com.alibaba.dubbo.remoting.exchange.support   
 

Uses of ResponseCallback in com.alibaba.dubbo.remoting.exchange
 

Methods in com.alibaba.dubbo.remoting.exchange with parameters of type ResponseCallback
 void ResponseFuture.setCallback(ResponseCallback callback)
          set callback.
 

Uses of ResponseCallback in com.alibaba.dubbo.remoting.exchange.support
 

Methods in com.alibaba.dubbo.remoting.exchange.support with parameters of type ResponseCallback
 void DefaultFuture.setCallback(ResponseCallback callback)
           
 void SimpleFuture.setCallback(ResponseCallback callback)
           
 



Copyright © 2012–2017 Alibaba. All rights reserved.