| Package | Description |
|---|---|
| net.kuujo.vertigo.component | |
| net.kuujo.vertigo.component.impl | |
| net.kuujo.vertigo.io.impl | |
| net.kuujo.vertigo.io.logging | |
| net.kuujo.vertigo.java |
| Modifier and Type | Method and Description |
|---|---|
OutputCollector |
Component.output()
Returns the component's
OutputCollector. |
| Modifier and Type | Method and Description |
|---|---|
OutputCollector |
DefaultComponent.output() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultOutputCollector
Default output collector implementation.
|
| Modifier and Type | Method and Description |
|---|---|
OutputCollector |
DefaultOutputCollector.open() |
OutputCollector |
DefaultOutputCollector.open(org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<Void>> doneHandler) |
| Modifier and Type | Method and Description |
|---|---|
static PortLogger |
PortLoggerFactory.getLogger(Class<?> clazz,
OutputCollector output)
Creates an output port logger for the given type.
|
static PortLogger |
PortLoggerFactory.getLogger(String name,
OutputCollector output)
Creates an output port logger with the given name.
|
| Modifier and Type | Field and Description |
|---|---|
protected OutputCollector |
ComponentVerticle.output |
Copyright © 2013-2014. All Rights Reserved.