vert-x3 / vertx-4-migration-guide

Migration to Vert.x 4 guide
https://vert-x3.github.io/vertx-4-migration-guide/index.html
20 stars 16 forks source link

Missing information about which client is used in use future methods for asynchronous operations #42

Closed akoniar closed 3 years ago

akoniar commented 3 years ago

Context

In section "Use future methods for asynchronous operations" I missing information which client is used here. In first two examples I thinks should be added the line: WebClient client = WebClient.create(vertx);

akoniar commented 3 years ago

@sangeetaraghu WDYT?

sangeetaraghu commented 3 years ago

@akoniar Added `WebClient client = WebClient.create(vertx);' in the first two examples that shows operations. PR: https://github.com/vert-x3/vertx-4-migration-guide/pull/47