- All Superinterfaces:
ResponseHandler
- All Known Implementing Classes:
AutoPullResponseHandler
,LegacyPullAllResponseHandler
-
Method Summary
Methods inherited from interface org.neo4j.driver.internal.spi.ResponseHandler
canManageAutoRead, disableAutoReadManagement, onFailure, onRecord, onSuccess
-
Method Details
-
consumeAsync
CompletionStage<ResultSummary> consumeAsync() -
nextAsync
CompletionStage<Record> nextAsync() -
peekAsync
CompletionStage<Record> peekAsync() -
listAsync
-
pullAllFailureAsync
CompletionStage<Throwable> pullAllFailureAsync() -
prePopulateRecords
void prePopulateRecords()
-