| Package | Description |
|---|---|
| net.kuujo.vertigo.io | |
| net.kuujo.vertigo.io.batch.impl | |
| net.kuujo.vertigo.io.port | |
| net.kuujo.vertigo.io.port.impl | |
| net.kuujo.vertigo.io.stream.impl |
| Modifier and Type | Method and Description |
|---|---|
T |
OutputBatchSupport.batch(org.vertx.java.core.Handler<OutputBatch> handler)
Creates a new output batch with a random identifier.
|
T |
OutputBatchSupport.batch(String id,
org.vertx.java.core.Handler<OutputBatch> handler)
Creates a new output batch.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseOutputBatch
Top-level output batch.
|
| Modifier and Type | Method and Description |
|---|---|
OutputBatch |
BaseOutputBatch.drainHandler(org.vertx.java.core.Handler<Void> handler) |
OutputBatch |
BaseOutputBatch.group(String name,
org.vertx.java.core.Handler<OutputGroup> handler) |
OutputBatch |
BaseOutputBatch.send(Boolean message) |
OutputBatch |
BaseOutputBatch.send(org.vertx.java.core.buffer.Buffer message) |
OutputBatch |
BaseOutputBatch.send(Byte message) |
OutputBatch |
BaseOutputBatch.send(byte[] message) |
OutputBatch |
BaseOutputBatch.send(Character message) |
OutputBatch |
BaseOutputBatch.send(Double message) |
OutputBatch |
BaseOutputBatch.send(Float message) |
OutputBatch |
BaseOutputBatch.send(Integer message) |
OutputBatch |
BaseOutputBatch.send(org.vertx.java.core.json.JsonArray message) |
OutputBatch |
BaseOutputBatch.send(org.vertx.java.core.json.JsonObject message) |
OutputBatch |
BaseOutputBatch.send(Long message) |
OutputBatch |
BaseOutputBatch.send(Object message) |
OutputBatch |
BaseOutputBatch.send(Short message) |
OutputBatch |
BaseOutputBatch.send(String message) |
OutputBatch |
BaseOutputBatch.setSendQueueMaxSize(int maxSize) |
| Constructor and Description |
|---|
BaseOutputBatch(String id,
org.vertx.java.core.Vertx vertx,
Collection<OutputBatch> connections) |
| Modifier and Type | Method and Description |
|---|---|
OutputPort |
OutputPort.batch(org.vertx.java.core.Handler<OutputBatch> handler)
Creates a new batch.
|
| Modifier and Type | Method and Description |
|---|---|
OutputPort |
DefaultOutputPort.batch(org.vertx.java.core.Handler<OutputBatch> handler) |
OutputPort |
DefaultOutputPort.batch(String id,
org.vertx.java.core.Handler<OutputBatch> handler) |
| Modifier and Type | Class and Description |
|---|---|
class |
StreamOutputBatch |
| Modifier and Type | Method and Description |
|---|---|
OutputBatch |
StreamOutputBatch.drainHandler(org.vertx.java.core.Handler<Void> handler) |
OutputBatch |
StreamOutputBatch.group(String name,
org.vertx.java.core.Handler<OutputGroup> handler) |
OutputBatch |
StreamOutputBatch.send(Boolean message) |
OutputBatch |
StreamOutputBatch.send(org.vertx.java.core.buffer.Buffer message) |
OutputBatch |
StreamOutputBatch.send(Byte message) |
OutputBatch |
StreamOutputBatch.send(byte[] message) |
OutputBatch |
StreamOutputBatch.send(Character message) |
OutputBatch |
StreamOutputBatch.send(Double message) |
OutputBatch |
StreamOutputBatch.send(Float message) |
OutputBatch |
StreamOutputBatch.send(Integer message) |
OutputBatch |
StreamOutputBatch.send(org.vertx.java.core.json.JsonArray message) |
OutputBatch |
StreamOutputBatch.send(org.vertx.java.core.json.JsonObject message) |
OutputBatch |
StreamOutputBatch.send(Long message) |
OutputBatch |
StreamOutputBatch.send(Object message) |
OutputBatch |
StreamOutputBatch.send(Short message) |
OutputBatch |
StreamOutputBatch.send(String message) |
OutputBatch |
StreamOutputBatch.setSendQueueMaxSize(int maxSize) |
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
DefaultOutputStream.batch(org.vertx.java.core.Handler<OutputBatch> handler) |
OutputStream |
DefaultOutputStream.batch(String id,
org.vertx.java.core.Handler<OutputBatch> handler) |
Copyright © 2013-2014. All Rights Reserved.