Package | Description |
---|---|
com.solacesystems.solclientj.core.handle |
Handles for wrapping the various concepts managed in the messaging API.
|
Modifier and Type | Method and Description |
---|---|
int |
MessageHandle.getCacheRequestId(MutableLong cacheRequestId)
If a received message contains a message returned from SolCache due to a
previously issued cache request (
CacheSessionHandle.sendCacheRequest ), then the received message will
also contain the cache requestId set by the application in the cache
request. |
int |
MessageHandle.getCorrelationKey(MutableLong correlationKey)
Fetch the CorrelationKey into a MutableLong if available.
|
int |
MessageHandle.getSenderTimestamp(MutableLong senderTimerstamp) |
int |
MessageHandle.getSequenceNumber(MutableLong sequenceNumber)
Get message sequence number into the MutableLong parameter.
|
Copyright 2004-2024 Solace Corporation. All rights reserved.