Vert.x - Application Start - (Entry|Start) point

Java Conceptuel Diagram

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





Discover More
Java Conceptuel Diagram
Vert.x - Application

A Vert.x application start a vertx instance and deploy one or several verticle in it
Java Conceptuel Diagram
Vert.x - Hot reloading / Live redeploy

This page is Hot reload in Vert.x On matching file changes, the process is stopped and the application is restarted. Live redeploy with the vertx command of: a verticle with the launcher...
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...
Java Conceptuel Diagram
Vert.x - Main Method

A Main method is one of the two start point of a Vert.x application. verticle Create a application script or a runnable jar. Example with the gradle application plugin ...
Java Conceptuel Diagram
Vert.x - Main Verticle

A main verticle is a main entry verticle that deploys other verticle.
Java Conceptuel Diagram
Vert.x - Verticle

Verticles are the technical units of deployments of code in Vert.x. Verticles share certain similarities with actors in the actor model. Verticles communicate with each other by generating messages...



Share this page:
Follow us:
Task Runner