public class PendingConfirm
extends java.lang.Object
CorrelationData for
the client to correlate a confirm with a sent message.| Constructor and Description |
|---|
PendingConfirm(CorrelationData correlationData,
long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
CorrelationData |
getCorrelationData() |
long |
getTimestamp() |
java.lang.String |
toString() |
public PendingConfirm(CorrelationData correlationData, long timestamp)
correlationData - The correlation data.timestamp - The timestamp.public CorrelationData getCorrelationData()
public long getTimestamp()
public java.lang.String toString()
toString in class java.lang.Object