Closed tsegismont closed 4 years ago
I think we want to revert this because await() method generation is deprecated in vertx 4
indeed people can use future await, so instead of doing foo.barAwait() they simply do foo.bar().await()
foo.barAwait()
foo.bar().await()
I think we want to revert this because await() method generation is deprecated in vertx 4