T - The type to which the support belongs.public interface InputBatchSupport<T extends InputBatchSupport<T>>
| Modifier and Type | Method and Description |
|---|---|
T |
batchHandler(org.vertx.java.core.Handler<InputBatch> handler)
Registers a batch handler.
|
T batchHandler(org.vertx.java.core.Handler<InputBatch> handler)
handler - The handler to register. This handler will be called
whenever a new batch is started.Copyright © 2013-2014. All Rights Reserved.