Module org.neo4j.driver
Class NoopHttpExchangeObservation
java.lang.Object
org.neo4j.driver.internal.observation.NoopObservation
org.neo4j.driver.internal.observation.NoopHttpExchangeObservation
- All Implemented Interfaces:
HttpExchangeObservation
,Observation
public final class NoopHttpExchangeObservation
extends NoopObservation
implements HttpExchangeObservation
-
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.HttpExchangeObservation
HttpExchangeObservation.Response
Nested classes/interfaces inherited from interface org.neo4j.driver.internal.observation.Observation
Observation.Scope
-
Method Summary
Modifier and TypeMethodDescriptionstatic NoopHttpExchangeObservation
onResponse
(HttpExchangeObservation.Response response) start()
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 interfaceHttpExchangeObservation
- Specified by:
start
in interfaceObservation
- Overrides:
start
in classNoopObservation
-
onHeaders
- Specified by:
onHeaders
in interfaceHttpExchangeObservation
-
onResponse
- Specified by:
onResponse
in interfaceHttpExchangeObservation
-
error
- Specified by:
error
in interfaceHttpExchangeObservation
- Specified by:
error
in interfaceObservation
- Overrides:
error
in classNoopObservation
-