Back
Close

Dive into Vert.x

CCavalier
13.8K views

Be fluent In Vert.x

With vertex you can use a fluent API. It means multiple methods calls can be chained together. It make code a little bit less verbose.

Let's try to create de response to a request in plain text ("text/plain") who return "Hello world". Be careful: the header size must be definer or chunked. Don't forget to end your request !

One line it
Create your playground on Tech.io
This playground was created on Tech.io, our hands-on, knowledge-sharing platform for developers.
Go to tech.io