Uses of Class
org.springframework.amqp.core.ReturnedMessage
Packages that use ReturnedMessage
Package
Description
Provides core classes for the spring AMQP abstraction.
Provides top-level classes for Spring Rabbit.
Provides classes related to connections.
Provides core classes for Spring Rabbit.
-
Uses of ReturnedMessage in org.springframework.amqp.core
Methods in org.springframework.amqp.core that return ReturnedMessageConstructors in org.springframework.amqp.core with parameters of type ReturnedMessageModifierConstructorDescriptionAmqpMessageReturnedException(String message, ReturnedMessage returned) -
Uses of ReturnedMessage in org.springframework.amqp.rabbit
Methods in org.springframework.amqp.rabbit with parameters of type ReturnedMessageModifier and TypeMethodDescriptionvoidAsyncRabbitTemplate.returnedMessage(ReturnedMessage returned) -
Uses of ReturnedMessage in org.springframework.amqp.rabbit.connection
Methods in org.springframework.amqp.rabbit.connection that return ReturnedMessageModifier and TypeMethodDescriptionCorrelationData.getReturned()Get the returned message and metadata, if any.Methods in org.springframework.amqp.rabbit.connection with parameters of type ReturnedMessageModifier and TypeMethodDescriptionvoidCorrelationData.setReturned(ReturnedMessage returned) Set the returned message and metadata. -
Uses of ReturnedMessage in org.springframework.amqp.rabbit.core
Methods in org.springframework.amqp.rabbit.core with parameters of type ReturnedMessageModifier and TypeMethodDescriptiondefault voidRabbitTemplate.ReturnCallback.returnedMessage(ReturnedMessage returned) Deprecated.Returned message callback.voidRabbitTemplate.ReturnsCallback.returnedMessage(ReturnedMessage returned) Returned message callback.