io.vertx.resourceadapter.impl.VertxHolder Maven / Gradle / Ivy
package io.vertx.resourceadapter.impl;
import io.vertx.core.Vertx;
/**
* Vertx Holder represents a resource which has a reference to the Vertx.
*
* @author Lin Gao
*
*/
public interface VertxHolder {
/**
* Gets the Vertx it holds.
*
* @return the Vertx platform.
*/
Vertx getVertx();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy