Quarkus - Using the event bus Installing Consuming events Configuring the address Replying Implementing fire and forget interactions Dealing with messages Sending messages P...
Bootstrapping a Maven project Bootstrapping a Maven project This guide makes the choice of using Apache Maven as the build tool, primarily because it is very well integrated w...
Getting started Getting started The vertx-unit module provides utilities to test asynchronous operations in Vert.x. Aside from that, you can use your testing framework of choi...
Access control and authentication Refactoring the JDBC configuration Adding JDBC authentication to routes Supporting features based on roles Populating the database with user an...
Unit testing the API Unit testing the API We write a basic test case in the io.vertx.guides.wiki.http.ApiTest class. The preamble consists in preparing the test environment. ...
Configuring the Reactive Postgres Client Configuring the Reactive Postgres Client Using the CLI If you are creating your project using the Micronaut CLI, supply the vertx-pg-...