@Immutable public class RabbitPublishState extends Object
| Constructor and Description | 
|---|
RabbitPublishState(String exchange,
                  String routingKey,
                  com.rabbitmq.client.AMQP.BasicProperties properties,
                  byte[] body)
Default constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
byte[] | 
getBody()  | 
String | 
getExchange()  | 
com.rabbitmq.client.AMQP.BasicProperties | 
getProperties()  | 
String | 
getRoutingKey()  | 
public String getExchange()
public String getRoutingKey()
public com.rabbitmq.client.AMQP.BasicProperties getProperties()
@Nullable public byte[] getBody()