com.alibaba.dubbo.remoting.exchange
Interface ResponseCallback


public interface ResponseCallback

Callback

Author:
william.liangf

Method Summary
 void caught(Throwable exception)
          caught exception.
 void done(Object response)
          done.
 

Method Detail

done

void done(Object response)
done.

Parameters:
response -

caught

void caught(Throwable exception)
caught exception.

Parameters:
exception -


Copyright © 2012–2017 Alibaba. All rights reserved.