Table of Contents

Vert.x - Event Bus Message

About

An event bus message consists of a body, options, and it can optionally expect a reply

Incoming network data are being received from accepting threads then passed as events to the corresponding verticles.

When a verticle opens a network server and is deployed more than once, then the events are being distributed to the verticle instances in a round-robin fashion which is very useful for maximizing CPU usage with lots of concurrent networked requests.