Uses of Interface
org.springframework.amqp.support.ConditionalExceptionLogger
Packages that use ConditionalExceptionLogger
Package
Description
Provides classes supporting the Rabbit XML namespace.
Provides classes related to connections.
Provides classes for message listener containers.
-
Uses of ConditionalExceptionLogger in org.springframework.amqp.rabbit.config
Methods in org.springframework.amqp.rabbit.config with parameters of type ConditionalExceptionLoggerModifier and TypeMethodDescriptionvoid
ListenerContainerFactoryBean.setExclusiveConsumerExceptionLogger
(ConditionalExceptionLogger exclusiveConsumerExceptionLogger) -
Uses of ConditionalExceptionLogger in org.springframework.amqp.rabbit.connection
Methods in org.springframework.amqp.rabbit.connection with parameters of type ConditionalExceptionLoggerModifier and TypeMethodDescriptionvoid
AbstractConnectionFactory.setCloseExceptionLogger
(ConditionalExceptionLogger closeExceptionLogger) Set the strategy for logging close exceptions; by default, if a channel is closed due to a failed passive queue declaration, it is logged at debug level. -
Uses of ConditionalExceptionLogger in org.springframework.amqp.rabbit.listener
Methods in org.springframework.amqp.rabbit.listener that return ConditionalExceptionLoggerModifier and TypeMethodDescriptionprotected ConditionalExceptionLogger
AbstractMessageListenerContainer.getExclusiveConsumerExceptionLogger()
Methods in org.springframework.amqp.rabbit.listener with parameters of type ConditionalExceptionLoggerModifier and TypeMethodDescriptionvoid
AbstractMessageListenerContainer.setExclusiveConsumerExceptionLogger
(ConditionalExceptionLogger exclusiveConsumerExceptionLogger) Set aConditionalExceptionLogger
for logging exclusive consumer failures.