Like this: `eventBus.consumer<JsonObject>(ve...
# vertx
d
Like this:
eventBus.consumer<JsonObject>(vertx, "endpoint_name").consumeEach { ... }