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();
}
package com.github.ltsopensource.remoting;
/**
* @author Robert HG ([email protected]) on 11/3/15.
*/
public interface Future {
boolean isSuccess();
Throwable cause();
}