Uses of Interface
org.springframework.amqp.support.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
Modifier and TypeMethodDescriptionvoid
ListenerContainerFactoryBean.setExclusiveConsumerExceptionLogger
(ConditionalExceptionLogger exclusiveConsumerExceptionLogger) -
Uses of ConditionalExceptionLogger in org.springframework.amqp.rabbit.connection
Modifier and TypeClassDescriptionstatic class
Default implementation ofConditionalExceptionLogger
for logging channel close exceptions.Modifier 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
Modifier and TypeClassDescriptionstatic class
Default implementation ofConditionalExceptionLogger
for logging exclusive consumer failures.Modifier and TypeMethodDescriptionprotected ConditionalExceptionLogger
AbstractMessageListenerContainer.getExclusiveConsumerExceptionLogger()
Modifier and TypeMethodDescriptionvoid
AbstractMessageListenerContainer.setExclusiveConsumerExceptionLogger
(ConditionalExceptionLogger exclusiveConsumerExceptionLogger) Set aConditionalExceptionLogger
for logging exclusive consumer failures.