new EventBusCollector()
The event bus collector listen to events on the Vert.x event bus and translate them
into reports.
- Source:
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 - Source:
Returns:
the subscribed message consumer- Type
- MessageConsumer