vertx / io.vertx.ext.unit.collect / EventBusCollector / create

create

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.

Parameters

options - the reporting options

Return
the message handler

open static fun create(vertx: Vertx, reporter: Handler<TestSuiteReport>): EventBusCollector