T - The type to which the support belongs.public interface OutputBatchSupport<T extends OutputBatchSupport<T>>
| Modifier and Type | Method and Description |
|---|---|
T |
batch(org.vertx.java.core.Handler<OutputBatch> handler)
Creates a new output batch with a random identifier.
|
T |
batch(String id,
org.vertx.java.core.Handler<OutputBatch> handler)
Creates a new output batch.
|
T batch(org.vertx.java.core.Handler<OutputBatch> handler)
handler - A handler to be called once the batch has been created.T batch(String id, org.vertx.java.core.Handler<OutputBatch> handler)
id - The unique output batch identifier.handler - A handler to be called once the batch has been created.Copyright © 2013-2014. All Rights Reserved.