It would be nice replying to messages sent from the Server (e.g. Java) just like it's possible in the native Vert.x's EventBus.
Java Example:
vertx.eventBus().consumer("some.address", message -> { message.reply("This is a reply."); });
Thanks in advance for your attention!
It would be nice replying to messages sent from the Server (e.g. Java) just like it's possible in the native Vert.x's EventBus.
Java Example:
vertx.eventBus().consumer("some.address", message -> { message.reply("This is a reply."); });Thanks in advance for your attention!