Module org.neo4j.driver
Interface BoltExchangeObservation
- All Superinterfaces:
Observation
- All Known Implementing Classes:
NoopBoltExchangeObservation
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.neo4j.driver.internal.observation.Observation
Observation.Scope
-
Method Summary
Methods inherited from interface org.neo4j.driver.internal.observation.Observation
openScope, stop, writeReactiveContext
-
Method Details
-
start
BoltExchangeObservation start()- Specified by:
start
in interfaceObservation
-
onWrite
-
onRecord
BoltExchangeObservation onRecord() -
onSummary
-
error
- Specified by:
error
in interfaceObservation
-