vert-x3 / vertx-service-discovery

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

Document RxJava API for service importer #136

Closed tsegismont closed 3 years ago

tsegismont commented 3 years ago

ServiceImporter is a Vert.x API object but implementations are plain classes, not interfaces with a create method.

Consequently, it is necessary to create the service importer instance and then to wrap it with RxJava 2 generated ServiceImporter.

tsegismont commented 3 years ago

Closes in https://github.com/vert-x3/vertx-service-discovery/commit/d6f6cb265889b192977fd9e854379ff9fadf13ee and https://github.com/vert-x3/vertx-rx/commit/34d90b3874ff625fb264d5b025215b01a3cf2301