Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 679 Bytes

README.adoc

File metadata and controls

24 lines (17 loc) · 679 Bytes

Vert.x and the async calls chain

This is a small sample project to illustrate the different way to perform asynchronous calls that chain with Vert.x.

This sample is part of a blog post Vert.x and the async calls chain

 Run the examples with maven

mvn clean install
cd asyncs
mvn clean vertx:run

Run the examples with an IDE

Create a Run configuration for the project asyncs with the following configuration:

  • Main class: io.vertx.core.Launcher

  • Program arguments: run org.ws13.howtos.vertx.asyncs.AsyncsVerticle

  • Use of classpath module: asyncs