java.lang.Object
org.neo4j.driver.internal.cursor.AsyncResultCursorOnlyFactory
- All Implemented Interfaces:
ResultCursorFactory
Used by Bolt V1, V2, V3
-
Field Summary
Modifier and TypeFieldDescriptionprotected final Connection
protected final PullAllResponseHandler
protected final RunResponseHandler
protected final Message
-
Constructor Summary
ConstructorDescriptionAsyncResultCursorOnlyFactory
(Connection connection, Message runMessage, RunResponseHandler runHandler, CompletableFuture<Void> runFuture, PullAllResponseHandler pullHandler) -
Method Summary
-
Field Details
-
connection
-
runMessage
-
runHandler
-
pullAllHandler
-
-
Constructor Details
-
AsyncResultCursorOnlyFactory
public AsyncResultCursorOnlyFactory(Connection connection, Message runMessage, RunResponseHandler runHandler, CompletableFuture<Void> runFuture, PullAllResponseHandler pullHandler)
-
-
Method Details
-
asyncResult
- Specified by:
asyncResult
in interfaceResultCursorFactory
-
rxResult
- Specified by:
rxResult
in interfaceResultCursorFactory
-