Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Files

Latest commit

 

History

History

vertx-eventbus

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Vertx Eventbus examples

The consumer and the producer have been created as 2 projects, to be able to execute them as standalone Verticles from CLI. To start them, we must do so with -cluster option enabled, so Vertx searches for other verticles and manages the connection.

Simple

Sends just a String

Complex

Sends a complete POJO

Multilanguage

Connects verticles in different programming languages