
io.vertx.core.AsyncResult Maven / Gradle / Ivy
package io.vertx.core;
/**
* @author Julien Viet
*/
public interface AsyncResult {
boolean succeeded();
T result();
Throwable cause();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy