java.lang.Object
org.neo4j.driver.internal.adaptedbolt.BasicResponseHandler
- All Implemented Interfaces:
DriverResponseHandler
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
onBeginSummary
(BeginSummary summary) void
onCommitSummary
(CommitSummary summary) void
void
onDiscardSummary
(DiscardSummary summary) void
void
void
onLogoffSummary
(LogoffSummary summary) void
onLogonSummary
(LogonSummary summary) void
onPullSummary
(PullSummary summary) void
void
onResetSummary
(ResetSummary summary) void
onRollbackSummary
(RollbackSummary summary) void
onRouteSummary
(RouteSummary summary) void
onRunSummary
(RunSummary summary) void
onTelemetrySummary
(TelemetrySummary summary)
-
Constructor Details
-
BasicResponseHandler
public BasicResponseHandler()
-
-
Method Details
-
summaries
-
onError
- Specified by:
onError
in interfaceDriverResponseHandler
-
onBeginSummary
- Specified by:
onBeginSummary
in interfaceDriverResponseHandler
-
onRunSummary
- Specified by:
onRunSummary
in interfaceDriverResponseHandler
-
onRecord
- Specified by:
onRecord
in interfaceDriverResponseHandler
-
onPullSummary
- Specified by:
onPullSummary
in interfaceDriverResponseHandler
-
onDiscardSummary
- Specified by:
onDiscardSummary
in interfaceDriverResponseHandler
-
onCommitSummary
- Specified by:
onCommitSummary
in interfaceDriverResponseHandler
-
onRollbackSummary
- Specified by:
onRollbackSummary
in interfaceDriverResponseHandler
-
onResetSummary
- Specified by:
onResetSummary
in interfaceDriverResponseHandler
-
onRouteSummary
- Specified by:
onRouteSummary
in interfaceDriverResponseHandler
-
onLogoffSummary
- Specified by:
onLogoffSummary
in interfaceDriverResponseHandler
-
onLogonSummary
- Specified by:
onLogonSummary
in interfaceDriverResponseHandler
-
onTelemetrySummary
- Specified by:
onTelemetrySummary
in interfaceDriverResponseHandler
-
onIgnored
public void onIgnored()- Specified by:
onIgnored
in interfaceDriverResponseHandler
-
onComplete
public void onComplete()- Specified by:
onComplete
in interfaceDriverResponseHandler
-