public class Neo4jRecordStream extends Object implements ReadStream<Record>
original non RX-ified interface using Vert.x codegen.| Modifier and Type | Field and Description |
|---|---|
static io.vertx.lang.rx.TypeArg<Neo4jRecordStream> |
__TYPE_ARG |
| Constructor and Description |
|---|
Neo4jRecordStream(Neo4jRecordStream delegate) |
Neo4jRecordStream(Object delegate) |
| Modifier and Type | Method and Description |
|---|---|
Neo4jRecordStream |
endHandler(Handler<Void> handler) |
boolean |
equals(Object o) |
Neo4jRecordStream |
exceptionHandler(Handler<Throwable> handler) |
Neo4jRecordStream |
fetch(long l) |
Neo4jRecordStream |
getDelegate() |
Neo4jRecordStream |
handler(Handler<Record> handler) |
int |
hashCode() |
static Neo4jRecordStream |
newInstance(Neo4jRecordStream arg) |
Neo4jRecordStream |
pause() |
Pipe<Record> |
pipe() |
void |
pipeTo(WriteStream<Record> dst) |
void |
pipeTo(WriteStream<Record> dst,
Handler<AsyncResult<Void>> handler) |
Neo4jRecordStream |
resume() |
Single<Void> |
rxPipeTo(WriteStream<Record> dst) |
Observable<Record> |
toObservable() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitnewInstance, newInstancenewInstancepublic static final io.vertx.lang.rx.TypeArg<Neo4jRecordStream> __TYPE_ARG
public Neo4jRecordStream(Neo4jRecordStream delegate)
public Neo4jRecordStream(Object delegate)
public Neo4jRecordStream getDelegate()
getDelegate in interface ReadStream<Record>getDelegate in interface StreamBasepublic Observable<Record> toObservable()
toObservable in interface ReadStream<Record>public Pipe<Record> pipe()
pipe in interface ReadStream<Record>public void pipeTo(WriteStream<Record> dst)
pipeTo in interface ReadStream<Record>public void pipeTo(WriteStream<Record> dst, Handler<AsyncResult<Void>> handler)
pipeTo in interface ReadStream<Record>public Single<Void> rxPipeTo(WriteStream<Record> dst)
public Neo4jRecordStream exceptionHandler(Handler<Throwable> handler)
exceptionHandler in interface ReadStream<Record>exceptionHandler in interface StreamBasepublic Neo4jRecordStream pause()
pause in interface ReadStream<Record>public Neo4jRecordStream resume()
resume in interface ReadStream<Record>public Neo4jRecordStream endHandler(Handler<Void> handler)
endHandler in interface ReadStream<Record>public Neo4jRecordStream fetch(long l)
fetch in interface ReadStream<Record>public Neo4jRecordStream handler(Handler<Record> handler)
handler in interface ReadStream<Record>public static Neo4jRecordStream newInstance(Neo4jRecordStream arg)
Copyright © 2020 Eclipse. All rights reserved.