Uses of Interface
org.neo4j.bolt.connection.observation.BoltExchangeObservation
Packages that use BoltExchangeObservation
-
Uses of BoltExchangeObservation in org.neo4j.bolt.connection.observation
Methods in org.neo4j.bolt.connection.observation that return BoltExchangeObservationModifier and TypeMethodDescriptionObservationProvider.boltExchange(ImmutableObservation observationParent, String host, int port, BoltProtocolVersion boltVersion, BiConsumer<String, String> setter) Creates an observation for Bolt exchange.BoltExchangeObservation.onRecord()A notification of Bolt RECORD receipt.A notification of Bolt message summary receipt.A notification of a successful Bolt message write.