| Package | Description |
|---|---|
| net.kuujo.vertigo.io | |
| net.kuujo.vertigo.io.impl | |
| net.kuujo.vertigo.io.port.impl |
| Modifier and Type | Method and Description |
|---|---|
InputPort |
InputCollector.port(String name)
Returns an input port.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<InputPort> |
InputCollector.ports()
Returns a collection of input ports.
|
| Modifier and Type | Method and Description |
|---|---|
InputPort |
DefaultInputCollector.port(String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<InputPort> |
DefaultInputCollector.ports() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultInputPort
Default input port implementation.
|
| Modifier and Type | Method and Description |
|---|---|
InputPort |
DefaultInputPort.batchHandler(org.vertx.java.core.Handler<InputBatch> handler) |
InputPort |
DefaultInputPort.groupHandler(String group,
org.vertx.java.core.Handler<InputGroup> handler) |
InputPort |
DefaultInputPort.messageHandler(org.vertx.java.core.Handler handler) |
InputPort |
DefaultInputPort.open() |
InputPort |
DefaultInputPort.open(org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<Void>> doneHandler) |
InputPort |
DefaultInputPort.pause() |
InputPort |
DefaultInputPort.resume() |
Copyright © 2013-2014. All Rights Reserved.