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 TypeClassDescriptionclassDefaultObservationConventionfor processing (consuming).Methods in com.rabbitmq.client.amqp.observation.micrometer with parameters of type DeliverObservationConventionModifier and TypeMethodDescriptionMicrometerObservationCollectorBuilder.customProcessConvention(DeliverObservationConvention customProcessConvention) Set the customObservationConventionfor processing (consuming).MicrometerObservationCollectorBuilder.defaultProcessConvention(DeliverObservationConvention defaultProcessConvention) Set the defaultObservationConventionfor processing (consuming).