Uses of Interface
com.rabbitmq.client.amqp.observation.micrometer.DeliverObservationConvention
Packages that use DeliverObservationConvention
-
Uses of DeliverObservationConvention in com.rabbitmq.client.amqp.observation.micrometer
Classes in com.rabbitmq.client.amqp.observation.micrometer that implement DeliverObservationConventionModifier and TypeClassDescriptionclass
DefaultObservationConvention
for processing (consuming).Methods in com.rabbitmq.client.amqp.observation.micrometer with parameters of type DeliverObservationConventionModifier and TypeMethodDescriptionMicrometerObservationCollectorBuilder.customProcessConvention
(DeliverObservationConvention customProcessConvention) Set the customObservationConvention
for processing (consuming).MicrometerObservationCollectorBuilder.defaultProcessConvention
(DeliverObservationConvention defaultProcessConvention) Set the defaultObservationConvention
for processing (consuming).