public class CorrelationData extends Object
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(String id) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
void |
setId(String id)
Set the correlation id.
|
String |
toString() |
public CorrelationData(String 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.