public interface RowStream<T>
extends io.vertx.core.streams.ReadStream<T>
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<Void> |
close()
Close the stream and release the resources.
|
void |
close(io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> completionHandler)
Close the stream and release the resources.
|
RowStream<T> |
endHandler(io.vertx.core.Handler<Void> endHandler) |
RowStream<T> |
exceptionHandler(io.vertx.core.Handler<Throwable> handler) |
RowStream<T> |
fetch(long l) |
RowStream<T> |
handler(io.vertx.core.Handler<T> handler) |
RowStream<T> |
pause() |
RowStream<T> |
resume() |
RowStream<T> exceptionHandler(io.vertx.core.Handler<Throwable> handler)
exceptionHandler in interface io.vertx.core.streams.ReadStream<T>exceptionHandler in interface io.vertx.core.streams.StreamBaseRowStream<T> handler(io.vertx.core.Handler<T> handler)
handler in interface io.vertx.core.streams.ReadStream<T>RowStream<T> endHandler(io.vertx.core.Handler<Void> endHandler)
endHandler in interface io.vertx.core.streams.ReadStream<T>RowStream<T> fetch(long l)
fetch in interface io.vertx.core.streams.ReadStream<T>io.vertx.core.Future<Void> close()
void close(io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> completionHandler)
completionHandler - the completion handler for this operationCopyright © 2020 Eclipse. All rights reserved.