public class ReplayCacheEntry extends AbstractExpiringObject implements Serializable
Constructor and Description |
---|
ReplayCacheEntry(String id,
org.joda.time.DateTime expiration)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getMessageId()
Gets the ID of the message that may not be replayed.
|
getExpirationTime, isExpired, onExpire
public ReplayCacheEntry(String id, org.joda.time.DateTime expiration)
id
- ID of the message that may not be replayedexpiration
- time when this entry expirespublic String getMessageId()
Copyright © 2018 JBoss by Red Hat. All rights reserved.