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(Object args,
org.vertx.java.core.Handler<OutputBatch> handler)
Creates a new output batch.
|
T |
batch(String id,
Object args,
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(Object args, org.vertx.java.core.Handler<OutputBatch> handler)
args - Arguments to the batch's start handler.handler - A handler to be called once the batch has been created.T batch(String id, Object args, org.vertx.java.core.Handler<OutputBatch> handler)
id - The unique batch identifier.args - Arguments to the batch's start handler.handler - A handler to be called once the batch has been created.Copyright © 2013-2014. All Rights Reserved.