Uses of Interface
org.springframework.amqp.rabbit.listener.api.RabbitListenerErrorHandler
Packages that use RabbitListenerErrorHandler
Package
Description
Provides classes for message listener containers.
Provides classes for adapting listeners.
Provides classes for stream listener adapters.
-
Uses of RabbitListenerErrorHandler in org.springframework.amqp.rabbit.listener
Methods in org.springframework.amqp.rabbit.listener with parameters of type RabbitListenerErrorHandlerModifier and TypeMethodDescriptionMethodRabbitListenerEndpoint.AdapterProvider.getAdapter(boolean batch, Object bean, Method method, boolean returnExceptions, RabbitListenerErrorHandler errorHandler, BatchingStrategy batchingStrategy) Get an adapter instance.voidMethodRabbitListenerEndpoint.setErrorHandler(RabbitListenerErrorHandler errorHandler) Set theRabbitListenerErrorHandlerto invoke if the listener method throws an exception. -
Uses of RabbitListenerErrorHandler in org.springframework.amqp.rabbit.listener.adapter
Constructors in org.springframework.amqp.rabbit.listener.adapter with parameters of type RabbitListenerErrorHandlerModifierConstructorDescriptionBatchMessagingMessageListenerAdapter(Object bean, Method method, boolean returnExceptions, RabbitListenerErrorHandler errorHandler, BatchingStrategy batchingStrategy) MessagingMessageListenerAdapter(Object bean, Method method, boolean returnExceptions, RabbitListenerErrorHandler errorHandler) protectedMessagingMessageListenerAdapter(Object bean, Method method, boolean returnExceptions, RabbitListenerErrorHandler errorHandler, boolean batch) -
Uses of RabbitListenerErrorHandler in org.springframework.rabbit.stream.listener.adapter
Constructors in org.springframework.rabbit.stream.listener.adapter with parameters of type RabbitListenerErrorHandlerModifierConstructorDescriptionStreamMessageListenerAdapter(Object bean, Method method, boolean returnExceptions, RabbitListenerErrorHandler errorHandler) Construct an instance with the provided arguments.