Example usage for io.vertx.core Launcher subclass-usage

List of usage examples for io.vertx.core Launcher subclass-usage

Introduction

In this page you can find the example usage for io.vertx.core Launcher subclass-usage.

Usage

From source file io.fabric8.vertx.maven.plugin.MyLauncher.java

/**
 * @author kameshs
 */
public class MyLauncher extends Launcher {

    public static void main(String[] args) {

From source file io.knotx.launcher.LogbackLauncher.java

public class LogbackLauncher extends Launcher {

    public static void main(String[] args) {
        System.setProperty("vertx.logger-delegate-factory-class-name",
                "io.vertx.core.logging.SLF4JLogDelegateFactory");
        new LogbackLauncher().dispatch(args);

From source file io.nitor.api.backend.PropertiesLauncher.java

/**
 * A launcher which enables overriding properties in the deployment config
 * by using system properties and environment variables.
 * <p>
 * The launcher also looks for a default config in the classpath at /config.json.
 * If you define sensible defaults in this file you get a nice setup where you aren't required

From source file io.reactiverse.vertx.maven.plugin.MyLauncher.java

/**
 * @author kameshs
 */
public class MyLauncher extends Launcher {

    public static void main(String[] args) {

From source file org.vertx.demo.MyLauncher.java

/**
 * @author kameshs
 */
public class MyLauncher extends Launcher {

    public static void main(String[] args) {