public class ReplayCacheEntry extends AbstractExpiringObject implements Serializable
| Modifier and Type | Field and Description |
|---|---|
private String |
messageId
ID of the message that may not be replayed.
|
private static long |
serialVersionUID
Serial version UID.
|
| 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, onExpireprivate static final long serialVersionUID
private String messageId
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 © 1999-2016. All Rights Reserved.