Package org.springframework.amqp.rabbit.listener.adapter
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.Extension of theDefaultMessageHandlerMethodFactoryfor Spring AMQP requirements.A listener adapter for batch listeners.No-op resolver for method arguments of typeContinuation.Delegates to anInvocableHandlerMethodbased on the message payload type.A wrapper for either anInvocableHandlerMethodorDelegatingInvocableHandler.The result of a listener method invocation.AnInvocableHandlerMethodextension for supporting Kotlinsuspendfunction.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.