Serialized Form
-
Package org.springframework.integration.amqp.support
-
Class org.springframework.integration.amqp.support.ManualAckListenerExecutionFailedException extends org.springframework.amqp.rabbit.support.ListenerExecutionFailedException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
channel
com.rabbitmq.client.Channel channel
-
deliveryTag
long deliveryTag
-
-
Class org.springframework.integration.amqp.support.NackedAmqpMessageException extends org.springframework.messaging.MessagingException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
correlationData
java.lang.Object correlationData
-
nackReason
java.lang.String nackReason
-
-
Class org.springframework.integration.amqp.support.ReturnedAmqpMessageException extends org.springframework.messaging.MessagingException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
amqpMessage
org.springframework.amqp.core.Message amqpMessage
-
exchange
java.lang.String exchange
-
replyCode
int replyCode
-
replyText
java.lang.String replyText
-
routingKey
java.lang.String routingKey
-
-