Module org.neo4j.driver
Interface PullResponseCompletionListener
- All Known Implementing Classes:
SessionPullResponseCompletionListener,TransactionPullResponseCompletionListener
public interface PullResponseCompletionListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidafterFailure(Throwable error) voidafterSuccess(Map<String, Value> metadata)
-
Method Details
-
afterSuccess
-
afterFailure
-