Uses of Interface
org.springframework.rabbit.stream.micrometer.RabbitStreamTemplateObservationConvention
Packages that use RabbitStreamTemplateObservationConvention
Package
Description
Provides classes for Micrometer support.
Provides classes for stream producers.
-
Uses of RabbitStreamTemplateObservationConvention in org.springframework.rabbit.stream.micrometer
Classes in org.springframework.rabbit.stream.micrometer that implement RabbitStreamTemplateObservationConventionModifier and TypeClassDescriptionstatic class
DefaultRabbitStreamTemplateObservationConvention
for Rabbit template key values. -
Uses of RabbitStreamTemplateObservationConvention in org.springframework.rabbit.stream.producer
Methods in org.springframework.rabbit.stream.producer with parameters of type RabbitStreamTemplateObservationConventionModifier and TypeMethodDescriptionvoid
RabbitStreamTemplate.setObservationConvention
(RabbitStreamTemplateObservationConvention observationConvention) Set a customRabbitStreamTemplateObservationConvention
.