java.lang.Object
org.neo4j.driver.internal.observation.NoopObservation
- All Implemented Interfaces:
Observation
- Direct Known Subclasses:
NoopBoltExchangeObservation
,NoopBoltHandleObservation
,NoopHttpExchangeObservation
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.neo4j.driver.internal.observation.Observation
Observation.Scope
-
Constructor Summary
Constructors -
Method Summary
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
writeReactiveContext
-
Constructor Details
-
NoopObservation
public NoopObservation()
-
-
Method Details
-
getInstance
-
start
- Specified by:
start
in interfaceObservation
-
error
- Specified by:
error
in interfaceObservation
-
stop
public void stop()- Specified by:
stop
in interfaceObservation
-
openScope
- Specified by:
openScope
in interfaceObservation
-