vert-x3 / vertx-service-discovery

Some tools one can use for doing microservices with Vert.x
Apache License 2.0
115 stars 67 forks source link

Fix get web client func #142

Closed akoniar closed 3 years ago

akoniar commented 3 years ago

Motivation:

This PR fixing the issue #141

akoniar commented 3 years ago

@tsegismont I wanted to follow of clean code best practices so I had to change the order of function.

akoniar commented 3 years ago

@tsegismont It's more readable when you have method A() and that method use method B() and the implementation of method B() is bellow to method A().