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

io.vertx.resourceadapter.impl.VertxHolder Maven / Gradle / Ivy

There is a newer version: 3.9.8
Show newest version
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