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

EventBusCollector

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.

Constructors

<init>

EventBusCollector(delegate: EventBusCollector)

Properties

__TYPE_ARG

static val __TYPE_ARG: TypeArg<EventBusCollector>

Functions

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.

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

equals

open fun equals(other: Any?): Boolean

getDelegate

open fun getDelegate(): EventBusCollector

hashCode

open fun hashCode(): Int

newInstance

open static fun newInstance(arg: EventBusCollector): EventBusCollector

register

open fun register(address: String): MessageConsumer<Any>

Register the collector as a consumer of the event bus with the specified address.

toString

open fun toString(): String