Example usage for io.vertx.core Launcher Launcher

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

Introduction

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

Prototype

Launcher

Source Link

Usage

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

License:Apache License

public static void main(String[] args) {
    new Launcher().dispatch(args);
    System.exit(0);
}