Module org.neo4j.driver
Class NoopBoltHandleObservation
java.lang.Object
org.neo4j.driver.internal.observation.NoopObservation
org.neo4j.driver.internal.observation.NoopBoltHandleObservation
- All Implemented Interfaces:
BoltHandleObservation
,Observation
public final class NoopBoltHandleObservation
extends NoopObservation
implements BoltHandleObservation
-
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 interfaceBoltHandleObservation
- Specified by:
start
in interfaceObservation
- Overrides:
start
in classNoopObservation
-
onIgnored
- Specified by:
onIgnored
in interfaceBoltHandleObservation
-
onSummary
- Specified by:
onSummary
in interfaceBoltHandleObservation
-
error
- Specified by:
error
in interfaceBoltHandleObservation
- Specified by:
error
in interfaceObservation
- Overrides:
error
in classNoopObservation
-