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.
|
Object |
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 EventBusCollector(EventBusCollector delegate)
public Object 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 © 2015. All Rights Reserved.