Table of Contents

About

A main entry of a vert.x application will start a vertx instance and deploy one or several verticle in it.

You have two methods to start an application

  • or the launcher - The Launcher is an advanced version of a main method that offers more functionalities (such as starting the process in the background, passing configuration at the command line,…)