Module org.neo4j.driver
Class NoopBoltExchangeObservation
java.lang.Object
org.neo4j.driver.internal.observation.NoopObservation
org.neo4j.driver.internal.observation.NoopBoltExchangeObservation
- All Implemented Interfaces:
BoltExchangeObservation
,Observation
public final class NoopBoltExchangeObservation
extends NoopObservation
implements BoltExchangeObservation
-
Nested Class Summary
Nested classes/interfaces inherited from class org.neo4j.driver.internal.observation.NoopObservation
NoopObservation.NoopScope
Nested classes/interfaces inherited from interface org.neo4j.driver.internal.observation.Observation
Observation.Scope
-
Method Summary
Methods inherited from class org.neo4j.driver.internal.observation.NoopObservation
openScope, stop
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.observation.Observation
openScope, stop, writeReactiveContext
-
Method Details
-
getInstance
-
start
- Specified by:
start
in interfaceBoltExchangeObservation
- Specified by:
start
in interfaceObservation
- Overrides:
start
in classNoopObservation
-
onWrite
- Specified by:
onWrite
in interfaceBoltExchangeObservation
-
onRecord
- Specified by:
onRecord
in interfaceBoltExchangeObservation
-
onSummary
- Specified by:
onSummary
in interfaceBoltExchangeObservation
-
error
- Specified by:
error
in interfaceBoltExchangeObservation
- Specified by:
error
in interfaceObservation
- Overrides:
error
in classNoopObservation
-