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

examples.ConfigurableVerticleExamples Maven / Gradle / Ivy

There is a newer version: 4.5.10
Show newest version
package examples;

import io.vertx.core.AbstractVerticle;

/**
 * Just for the examples.
 */
public class ConfigurableVerticleExamples extends AbstractVerticle {


    @Override
    public void start() throws Exception {
        System.out.println("Configuration: " + config().getString("name"));
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy