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

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

package com.github.ltsopensource.remoting;

/**
 * @author Robert HG ([email protected]) on 11/3/15.
 */
public interface Future {

    boolean isSuccess();

    Throwable cause();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy