Serialized Form
|
Package org.springframework.amqp |
|
Package org.springframework.amqp.core |
serialVersionUID: -7177590352110605597L
messageProperties
MessageProperties messageProperties
body
byte[] body
serialVersionUID: 1619000546531112290L
headers
java.util.Map<K,V> headers
timestamp
java.util.Date timestamp
messageId
java.lang.String messageId
userId
java.lang.String userId
appId
java.lang.String appId
clusterId
java.lang.String clusterId
type
java.lang.String type
correlationId
byte[] correlationId
replyTo
java.lang.String replyTo
contentType
java.lang.String contentType
contentEncoding
java.lang.String contentEncoding
contentLength
long contentLength
deliveryMode
MessageDeliveryMode deliveryMode
expiration
java.lang.String expiration
priority
java.lang.Integer priority
redelivered
java.lang.Boolean redelivered
receivedExchange
java.lang.String receivedExchange
receivedRoutingKey
java.lang.String receivedRoutingKey
deliveryTag
long deliveryTag
messageCount
java.lang.Integer messageCount
|
Package org.springframework.amqp.support.converter |