new EventBusCollector()
The event bus collector listen to events on the Vert.x event bus and translate them
into reports.
Methods
register(address) → {MessageConsumer}
Register the collector as a consumer of the event bus with the specified address.
Parameters:
Name | Type | Description |
---|---|---|
address |
string | the registration address |
Returns:
the subscribed message consumer
- Type
- MessageConsumer