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