hprose.util.concurrent.AsyncCall Maven / Gradle / Ivy
/**********************************************************\
| |
| hprose |
| |
| Official WebSite: http://www.hprose.com/ |
| http://www.hprose.org/ |
| |
\**********************************************************/
/**********************************************************\
* *
* AsyncCall.java *
* *
* AsyncCall interface for Java. *
* *
* LastModified: Jul 3, 2016 *
* Author: Ma Bingyao *
* *
\**********************************************************/
package hprose.util.concurrent;
public interface AsyncCall {
Promise call() throws Throwable;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy