public class CorrelationData extends Object implements Correlation
RabbitTemplate
methods that include one of
these as a parameter; when the publisher confirm is received,
the CorrelationData is returned with the ack/nack.| Constructor and Description |
|---|
CorrelationData()
Construct an instance with a null Id.
|
CorrelationData(String id)
Construct an instance with the supplied id.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
void |
setId(String id)
Set the correlation id.
|
String |
toString() |
public CorrelationData()
public CorrelationData(String id)
id - the id.public String getId()
public void setId(String id)
MessagePostProcessor after a
CorrelationData with a 'null' correlation id has been passed into a
RabbitTemplate.id - the id.