Modifier and Type | Method and Description |
---|---|
CorrelationId |
PutMessage.correlationId()
Get correlation Id of the message
|
CorrelationId |
AckMessage.correlationId()
Returns
CorrelationId equals to the user specified correlation ID
from the PutMessage . |
CorrelationId |
PutMessage.setCorrelationId()
Sets and returns a new
CorrelationId that contains an auto-assigned integer value
starting from 1 and up to 0xFFFFFF . |
CorrelationId |
PutMessage.setCorrelationId(Object obj)
Sets and returns a new
CorrelationId that binds an auto-assigned integer value
starting from 1 and up to 0xFFFFFF and the user specified Object . |
Copyright © 2023 Bloomberg L.P.. All rights reserved.