public interface MessageIdCache
Modifier and Type | Method and Description |
---|---|
boolean |
checkUniquenessAndCacheId(String messageId)
Check
messageId for uniqueness against previously
encountered values and cache the ID. |
boolean checkUniquenessAndCacheId(String messageId)
messageId
for uniqueness against previously
encountered values and cache the ID. Note that the retention
policy for previously encountered values is implementation specific.messageId
- the message ID to check for uniqueness and cache for
future comparisonmessageId
is not already in the
cacheApache CXF