Package org.springframework.amqp.rabbit.listener.adapter
@NullMarked
package org.springframework.amqp.rabbit.listener.adapter
Provides classes for adapting listeners.
-
ClassDescriptionAn abstract
MessageListeneradapter providing the necessary infrastructure to extract the payload of aMessage.Root object for reply expression evaluation.Deprecated, for removal: This API element is subject to removal in a future version.A listener adapter for batch listeners.Deprecated, for removal: This API element is subject to removal in a future version.since 4.1 in favor of Spring AMQP'sContinuationHandlerMethodArgumentResolver.Delegates to anInvocableHandlerMethodbased on the message payload type.A wrapper for either anInvocableHandlerMethodorDelegatingInvocableHandler.The result of a listener method invocation.Deprecated, for removal: This API element is subject to removal in a future version.since 4.1 in favor of Spring AMQP'sKotlinAwareInvocableHandlerMethod.Message listener adapter that delegates the handling of messages to target listener methods via reflection, with flexible message type conversion.AMessageListeneradapter that invokes a configurableHandlerAdapter.Exception to be thrown when the reply of a message failed to be sent.A Message Listener that returns a reply - intended for lambda use in aMessageListenerAdapter.A post processor for replies.
AmqpMessageHandlerMethodFactory.