You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The aaaObservable methods are renamed to rxAaa in Vert.x 3.4.0. For example, publishObservable -> rxPublish.
I've been working on 3.4.x version for blueprint and you can check for API update in this branch. There will be some redesign and big change of the architecture, so it may take some time to release the blueprint for 3.4.x version.
Hello,
the class BaseMicroserviceRxVerticle.java is not compatible anymore with Vertx 3.4.0.
discovery.publishObservable
discovery.unpublishObservable
are renamed to publish/unpublish with and callback handler.
M
The text was updated successfully, but these errors were encountered: