open class EventBusCollector
The event bus collector listen to events on the Vert.x event bus and translate them into reports. NOTE: This class has been automatically generated from the io.vertx.ext.unit.collect.EventBusCollector non RX-ified interface using Vert.x codegen.
EventBusCollector(delegate: EventBusCollector) |
static val __TYPE_ARG: TypeArg<EventBusCollector> |
open static fun create(vertx: Vertx, options: ReportingOptions): EventBusCollector
Create a message handler reporting with the specified options. The returned message handler can be registered to an event bus. open static fun create(vertx: Vertx, reporter: Handler<TestSuiteReport>): EventBusCollector |
|
open fun equals(other: Any?): Boolean |
|
open fun getDelegate(): EventBusCollector |
|
open fun hashCode(): Int |
|
open static fun newInstance(arg: EventBusCollector): EventBusCollector |
|
open fun register(address: String): MessageConsumer<Any>
Register the collector as a consumer of the event bus with the specified address. |
|
open fun toString(): String |