Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 359 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 359 Bytes

Vert.x Multi Verticle Router Example

This example shows how to apply the Multi-Reactor Pattern when using Vert.x for a REST API. Each of the 10 deployed verticles will setup their own router. Routers should and will not be shared by the verticles. Instead the RouterStorage class will manage all router instances and apply changes to all created routers.