Uses of Interface
org.neo4j.bolt.connection.observation.ImmutableObservation
Packages that use ImmutableObservation
-
Uses of ImmutableObservation in org.neo4j.bolt.connection
Methods in org.neo4j.bolt.connection with parameters of type ImmutableObservationModifier and TypeMethodDescriptionBoltConnectionProvider.connect(URI uri, String routingContextAddress, BoltAgent boltAgent, String userAgent, int connectTimeoutMillis, SecurityPlan securityPlan, AuthToken authToken, BoltProtocolVersion minVersion, NotificationConfig notificationConfig, ImmutableObservation parentObservation) Connects to the givenURIusing the provided parameters and returnsBoltConnectioninstance.BoltConnection.writeAndFlush(ResponseHandler handler, List<Message> messages, ImmutableObservation parentObservation) default CompletionStage<Void> BoltConnection.writeAndFlush(ResponseHandler handler, Message messages, ImmutableObservation parentObservation) -
Uses of ImmutableObservation in org.neo4j.bolt.connection.observation
Subinterfaces of ImmutableObservation in org.neo4j.bolt.connection.observationModifier and TypeInterfaceDescriptioninterfaceAn observation of Bolt exchange.interfaceAn observation of HTTP exchange.interfaceAn observation of execution.Methods in org.neo4j.bolt.connection.observation that return ImmutableObservationModifier and TypeMethodDescriptionObservationProvider.scopedObservation()Returns an observation from the current scope if there is any.Methods in org.neo4j.bolt.connection.observation with parameters of type ImmutableObservationModifier and TypeMethodDescriptionObservationProvider.boltExchange(ImmutableObservation observationParent, String host, int port, BoltProtocolVersion boltVersion, BiConsumer<String, String> setter) Creates an observation for Bolt exchange.ObservationProvider.httpExchange(ImmutableObservation observationParent, URI uri, String method, String uriTemplate, BiConsumer<String, String> setter) Creates an observation for HTTP exchange.<T> TObservationProvider.supplyInScope(ImmutableObservation observation, Supplier<T> supplier) Runs the supplied logic in a scope of the given observation.