Module org.neo4j.bolt.connection
Interface Observation
- All Superinterfaces:
ImmutableObservation
- All Known Subinterfaces:
BoltExchangeObservation,HttpExchangeObservation
An observation of execution.
- Since:
- 7.0.0
-
Method Summary
Modifier and TypeMethodDescriptionSignals that an error has occured during execution.voidstop()Stops the observation.
-
Method Details
-
error
Signals that an error has occured during execution.- Parameters:
error- the error- Returns:
- this observation
-
stop
void stop()Stops the observation.
-