vert-x3 / vertx-examples

Vert.x examples
Apache License 2.0
3.55k stars 2.09k forks source link

Question - Is there an example of invoking a third party service form a Verticle in a non blocking way? #372

Closed sanjuthomas closed 4 years ago

sanjuthomas commented 4 years ago

Question - Is there an example of invoking a third party service form a Verticle in a non blocking way?

sanjuthomas commented 4 years ago

or for that matter, invoking a method from another class in a non blocking fashion.