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.ConnectionInfoAMQChannel.connectionInfoAMQConnection.connectionInfoMethods in com.rabbitmq.client.impl that return ObservationCollector.ConnectionInfoModifier and TypeMethodDescriptionprotected ObservationCollector.ConnectionInfoAMQChannel.connectionInfo()(package private) ObservationCollector.ConnectionInfoAMQConnection.connectionInfo() -
Uses of ObservationCollector.ConnectionInfo in com.rabbitmq.client.observation
Methods in com.rabbitmq.client.observation with parameters of type ObservationCollector.ConnectionInfoModifier and TypeMethodDescriptionvoidNoOpObservationCollector.publish(ObservationCollector.PublishCall call, AMQP.Basic.Publish publish, AMQP.BasicProperties properties, byte[] body, ObservationCollector.ConnectionInfo connectionInfo) voidObservationCollector.publish(ObservationCollector.PublishCall call, AMQP.Basic.Publish publish, AMQP.BasicProperties properties, byte[] body, ObservationCollector.ConnectionInfo connectionInfo) Decorate message publishing.