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
I used to have:
MessageConsumer consumer = getVertx().eventBus().consumer(eventBusAddress.value()).handler(proxyHandler);
proxyHandler.setConsumer(consumer);
when switched to 3.5 there is no setConsumer(), that is the recommendation about it?
Thanks.
The text was updated successfully, but these errors were encountered:
I used to have:
MessageConsumer consumer = getVertx().eventBus().consumer(eventBusAddress.value()).handler(proxyHandler);
proxyHandler.setConsumer(consumer);
when switched to 3.5 there is no setConsumer(), that is the recommendation about it?
Thanks.
The text was updated successfully, but these errors were encountered: