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

org.jspare.vertx.Modularized Maven / Gradle / Ivy

The newest version!
package org.jspare.vertx;

import io.vertx.core.Vertx;
import io.vertx.core.json.JsonObject;

/**
 * Created by paulo.ferreira on 31/07/2017.
 */
public interface Modularized {

  Vertx getVertx();

  void setConfig(JsonObject config);

  JsonObject getConfig();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy