java.lang.Object
org.neo4j.driver.internal.handlers.RunResponseHandler
- All Implemented Interfaces:
ResponseHandler
-
Constructor Summary
ConstructorDescriptionRunResponseHandler
(CompletableFuture<Void> runFuture, MetadataExtractor metadataExtractor, Connection connection, UnmanagedTransaction tx) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.neo4j.driver.internal.spi.ResponseHandler
canManageAutoRead, disableAutoReadManagement
-
Constructor Details
-
RunResponseHandler
public RunResponseHandler(CompletableFuture<Void> runFuture, MetadataExtractor metadataExtractor, Connection connection, UnmanagedTransaction tx)
-
-
Method Details
-
onSuccess
- Specified by:
onSuccess
in interfaceResponseHandler
-
onFailure
- Specified by:
onFailure
in interfaceResponseHandler
-
onRecord
- Specified by:
onRecord
in interfaceResponseHandler
-
queryKeys
-
resultAvailableAfter
public long resultAvailableAfter() -
queryId
public long queryId()
-