Closed tsegismont closed 3 years ago
ServiceImporter is a Vert.x API object but implementations are plain classes, not interfaces with a create method.
ServiceImporter
create
Consequently, it is necessary to create the service importer instance and then to wrap it with RxJava 2 generated ServiceImporter.
Closes in https://github.com/vert-x3/vertx-service-discovery/commit/d6f6cb265889b192977fd9e854379ff9fadf13ee and https://github.com/vert-x3/vertx-rx/commit/34d90b3874ff625fb264d5b025215b01a3cf2301
ServiceImporter
is a Vert.x API object but implementations are plain classes, not interfaces with acreate
method.Consequently, it is necessary to create the service importer instance and then to wrap it with RxJava 2 generated
ServiceImporter
.