Vert.x - Application

Java Conceptuel Diagram

About

A Vert.x application start a vertx instance and deploy one or several verticle in it





Discover More
Java Conceptuel Diagram
Vert.x - Application Start - (Entry|Start) point

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 a main class or the launcher - The is an advanced...
Java Conceptuel Diagram
Vert.x - Docker

Docker as a distribution unit to distribute an run a vert.x application Example: where: anapsix/alpine-java is the java alpine image vertx-application-fat.jar...
Vertx Launcher Idea Run
Vert.x - Launcher class

The io/vertx/core/LauncherVertx launcher is one of the two way to start an application It is a launcher class that wraps the management of a vertx instance and the deployment of a main verticle. It can...



Share this page:
Follow us:
Task Runner