public class AMQPTransportMessage extends Object
Constructor and Description |
---|
AMQPTransportMessage(com.rabbitmq.client.BasicProperties basicProperties,
byte[] message) |
AMQPTransportMessage(com.rabbitmq.client.QueueingConsumer.Delivery delivery) |
Modifier and Type | Method and Description |
---|---|
String |
getAppId() |
byte[] |
getBody() |
String |
getClusterId() |
String |
getContentEncoding() |
String |
getContentType() |
String |
getCorrelationId() |
com.rabbitmq.client.QueueingConsumer.Delivery |
getDelivery() |
Integer |
getDeliveryMode() |
com.rabbitmq.client.Envelope |
getEnvelope() |
String |
getExpiration() |
Map<String,Object> |
getHeaders() |
String |
getMessageId() |
Integer |
getPriority() |
String |
getReplyTo() |
String |
getSoapAction() |
Date |
getTimestamp() |
String |
getType() |
String |
getUserId() |
public AMQPTransportMessage(com.rabbitmq.client.QueueingConsumer.Delivery delivery)
public AMQPTransportMessage(com.rabbitmq.client.BasicProperties basicProperties, byte[] message)
public String getSoapAction()
public String getMessageId()
public String getContentType()
public String getContentEncoding()
public Integer getDeliveryMode()
public Integer getPriority()
public String getCorrelationId()
public String getReplyTo()
public String getExpiration()
public Date getTimestamp()
public String getType()
public String getUserId()
public String getAppId()
public String getClusterId()
public byte[] getBody()
public com.rabbitmq.client.QueueingConsumer.Delivery getDelivery()
public com.rabbitmq.client.Envelope getEnvelope()
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.