Uses of Interface
com.rabbitmq.client.observation.ObservationCollector.ConnectionInfo
Packages that use ObservationCollector.ConnectionInfo
Package
Description
Implementations of interfaces specified in the client API, and their supporting classes.
-
Uses of ObservationCollector.ConnectionInfo in com.rabbitmq.client.impl
Classes in com.rabbitmq.client.impl that implement ObservationCollector.ConnectionInfoFields in com.rabbitmq.client.impl declared as ObservationCollector.ConnectionInfoModifier and TypeFieldDescriptionprivate final ObservationCollector.ConnectionInfo
AMQChannel.connectionInfo
AMQConnection.connectionInfo
Methods in com.rabbitmq.client.impl that return ObservationCollector.ConnectionInfoModifier and TypeMethodDescriptionprotected ObservationCollector.ConnectionInfo
AMQChannel.connectionInfo()
(package private) ObservationCollector.ConnectionInfo
AMQConnection.connectionInfo()
-
Uses of ObservationCollector.ConnectionInfo in com.rabbitmq.client.observation
Methods in com.rabbitmq.client.observation with parameters of type ObservationCollector.ConnectionInfoModifier and TypeMethodDescriptionvoid
NoOpObservationCollector.publish
(ObservationCollector.PublishCall call, AMQP.Basic.Publish publish, AMQP.BasicProperties properties, byte[] body, ObservationCollector.ConnectionInfo connectionInfo) void
ObservationCollector.publish
(ObservationCollector.PublishCall call, AMQP.Basic.Publish publish, AMQP.BasicProperties properties, byte[] body, ObservationCollector.ConnectionInfo connectionInfo) Decorate message publishing.