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 NoopObservation
NoopObservation.NoopScopeNested classes/interfaces inherited from interface HttpExchangeObservation
HttpExchangeObservation.ResponseNested classes/interfaces inherited from interface Observation
Observation.Scope -
Method Summary
Modifier and TypeMethodDescriptionstatic NoopHttpExchangeObservationonResponse(HttpExchangeObservation.Response response) start()Methods inherited from class NoopObservation
openScope, stopMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Observation
openScope, stop, writeReactiveContext
-
Method Details
-
getInstance
-
start
- Specified by:
startin interfaceHttpExchangeObservation- Specified by:
startin interfaceObservation- Overrides:
startin classNoopObservation
-
onHeaders
- Specified by:
onHeadersin interfaceHttpExchangeObservation
-
onResponse
- Specified by:
onResponsein interfaceHttpExchangeObservation
-
error
- Specified by:
errorin interfaceHttpExchangeObservation- Specified by:
errorin interfaceObservation- Overrides:
errorin classNoopObservation
-