java.lang.Object
org.neo4j.driver.internal.cursor.ResultCursorFactoryImpl
- All Implemented Interfaces:
ResultCursorFactory
Bolt V4
-
Constructor Summary
ConstructorDescriptionResultCursorFactoryImpl
(Connection connection, Message runMessage, RunResponseHandler runHandler, CompletableFuture<Void> runFuture, PullResponseHandler pullHandler, PullAllResponseHandler pullAllHandler) -
Method Summary
-
Constructor Details
-
ResultCursorFactoryImpl
public ResultCursorFactoryImpl(Connection connection, Message runMessage, RunResponseHandler runHandler, CompletableFuture<Void> runFuture, PullResponseHandler pullHandler, PullAllResponseHandler pullAllHandler)
-
-
Method Details
-
asyncResult
- Specified by:
asyncResult
in interfaceResultCursorFactory
-
rxResult
- Specified by:
rxResult
in interfaceResultCursorFactory
-