Modifier and Type | Field and Description |
---|---|
static TypeArg<EventBusCollector> |
__TYPE_ARG |
Constructor and Description |
---|
EventBusCollector(EventBusCollector delegate) |
Modifier and Type | Method and Description |
---|---|
static EventBusCollector |
create(Vertx vertx,
Handler<TestSuiteReport> reporter) |
static EventBusCollector |
create(Vertx vertx,
ReportingOptions options)
Create a message handler reporting with the specified options.
|
EventBusCollector |
getDelegate() |
static EventBusCollector |
newInstance(EventBusCollector arg) |
MessageConsumer |
register(String address)
Register the collector as a consumer of the event bus with the specified address.
|
public static final TypeArg<EventBusCollector> __TYPE_ARG
public EventBusCollector(EventBusCollector delegate)
public EventBusCollector getDelegate()
public static EventBusCollector create(Vertx vertx, ReportingOptions options)
vertx
- options
- the reporting optionspublic static EventBusCollector create(Vertx vertx, Handler<TestSuiteReport> reporter)
public MessageConsumer register(String address)
address
- the registration addresspublic static EventBusCollector newInstance(EventBusCollector arg)
Copyright © 2017. All rights reserved.