All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.ltsopensource.remoting.AsyncCallback Maven / Gradle / Ivy

package com.github.ltsopensource.remoting;


/**
 * 异步调用应答回调接口
 */
public interface AsyncCallback {

    public void operationComplete(final ResponseFuture responseFuture);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy