java.lang.Object
org.neo4j.driver.internal.cursor.AsyncResultCursorOnlyFactory
- All Implemented Interfaces:
ResultCursorFactory
Used by Bolt V1, V2, V3
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Connectionprotected final PullAllResponseHandlerprotected final RunResponseHandlerprotected final Message -
Constructor Summary
ConstructorsConstructorDescriptionAsyncResultCursorOnlyFactory(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:
asyncResultin interfaceResultCursorFactory
-
rxResult
- Specified by:
rxResultin interfaceResultCursorFactory
-