public interface RpcCallback<T>
void
fail(Throwable e)
success(T response)
void success(T response)
void fail(Throwable e)
Copyright © 2019 Baidu, Inc.. All rights reserved.