Core Vert.x concepts Threading and programming models Event bus Core Vert.x concepts There are 2 key concepts to learn in Vert.x: what a verticle is, and how the event bu...
Testing Vert.x code Testing Vert.x code Tip The corresponding source code is in the step-4 folder of the guide repository. Up to this point we have been developing the wiki...
Refactoring to Vert.x services Refactoring to Vert.x services Tip The corresponding source code is in the step-3 folder of the guide repository. The previous refactoring wa...