Uses of Interface
org.springframework.rabbit.stream.micrometer.RabbitStreamListenerObservationConvention
Packages that use RabbitStreamListenerObservationConvention
Package
Description
Provides classes for stream listener configuration.
Provides classes for stream listeners.
Provides classes for Micrometer support.
-
Uses of RabbitStreamListenerObservationConvention in org.springframework.rabbit.stream.config
Methods in org.springframework.rabbit.stream.config with parameters of type RabbitStreamListenerObservationConventionModifier and TypeMethodDescriptionvoidStreamRabbitListenerContainerFactory.setStreamListenerObservationConvention(RabbitStreamListenerObservationConvention streamListenerObservationConvention) Set aRabbitStreamListenerObservationConventionthat is used when receiving native stream messages. -
Uses of RabbitStreamListenerObservationConvention in org.springframework.rabbit.stream.listener
Methods in org.springframework.rabbit.stream.listener with parameters of type RabbitStreamListenerObservationConventionModifier and TypeMethodDescriptionvoidStreamListenerContainer.setObservationConvention(RabbitStreamListenerObservationConvention observationConvention) Set a RabbitStreamListenerObservationConvention; used to add additional key/values to observations when using aStreamMessageListener. -
Uses of RabbitStreamListenerObservationConvention in org.springframework.rabbit.stream.micrometer
Classes in org.springframework.rabbit.stream.micrometer that implement RabbitStreamListenerObservationConventionModifier and TypeClassDescriptionstatic classDefaultRabbitStreamListenerObservationConventionfor Rabbit listener key values.