public class MessageCorrelation extends Object
Constructor and Description |
---|
MessageCorrelation(String correlationId,
String messageId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getCorrelationId() |
String |
getMessageId() |
int |
hashCode() |
static MessageCorrelation |
newRandomCorrelation() |
public String getCorrelationId()
public String getMessageId()
public static MessageCorrelation newRandomCorrelation()
This documentation was released into the public domain.