Uses of Interface
org.springframework.amqp.rabbit.listener.adapter.ReplyPostProcessor
Packages that use ReplyPostProcessor
Package
Description
Provides classes supporting the Rabbit XML namespace.
Provides classes for message listener containers.
Provides classes for adapting listeners.
-
Uses of ReplyPostProcessor in org.springframework.amqp.rabbit.config
Method parameters in org.springframework.amqp.rabbit.config with type arguments of type ReplyPostProcessorModifier and TypeMethodDescriptionvoidBaseRabbitListenerContainerFactory.setReplyPostProcessorProvider(Function<@Nullable String, @Nullable ReplyPostProcessor> replyPostProcessorProvider) Set a function to provide a reply post-processor; it will be used if there is no replyPostProcessor on the rabbit listener annotation. -
Uses of ReplyPostProcessor in org.springframework.amqp.rabbit.listener
Methods in org.springframework.amqp.rabbit.listener that return ReplyPostProcessorModifier and TypeMethodDescription@Nullable ReplyPostProcessorAbstractRabbitListenerEndpoint.getReplyPostProcessor()default @Nullable ReplyPostProcessorRabbitListenerEndpoint.getReplyPostProcessor()Return aReplyPostProcessorto post process a reply message before it is sent.Methods in org.springframework.amqp.rabbit.listener with parameters of type ReplyPostProcessorModifier and TypeMethodDescriptionvoidAbstractRabbitListenerEndpoint.setReplyPostProcessor(ReplyPostProcessor replyPostProcessor) Set aReplyPostProcessorto post process a response message before it is sent. -
Uses of ReplyPostProcessor in org.springframework.amqp.rabbit.listener.adapter
Methods in org.springframework.amqp.rabbit.listener.adapter with parameters of type ReplyPostProcessorModifier and TypeMethodDescriptionvoidAbstractAdaptableMessageListener.setReplyPostProcessor(ReplyPostProcessor replyPostProcessor) Set aReplyPostProcessorto post process a response message before it is sent.