public class ReplayCacheEntry extends AbstractExpiringObject implements Serializable
コンストラクタと説明 |
---|
ReplayCacheEntry(String id,
org.joda.time.DateTime expiration)
Constructor.
|
修飾子とタイプ | メソッドと説明 |
---|---|
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 © 2012. All Rights Reserved.