cgl.narada.service.replay
Interface ReplayResponse
- All Known Implementing Classes:
- ReplayResponseEvent
public interface ReplayResponse
A replay response that snapshots the response to a prior replay request.
This provides information regarding whether the earlier request was
successful, and if not, information regarding the cause of the failure.
getTemplateId
int getTemplateId()
getEntityId
int getEntityId()
isSuccess
boolean isSuccess()
getAdditionalInfo
String getAdditionalInfo()
getSequenceInfoOfEventsToBeReplayed
long[] getSequenceInfoOfEventsToBeReplayed()
getReplayIdentifier
String getReplayIdentifier()
hasReplayTopic
boolean hasReplayTopic()
getReplayTopic
String getReplayTopic()
hasSequenceAndTimestampValues
boolean hasSequenceAndTimestampValues()
getListOfSequences
long[] getListOfSequences()
getListOfTimestamps
long[] getListOfTimestamps()
getBytes
byte[] getBytes()
hasRequestedTimestamp
boolean hasRequestedTimestamp()
getRequestedTimestamp
long getRequestedTimestamp()
getSequenceNumber
long getSequenceNumber()
For comments and suggestions please send
e-mail to
The NaradaBrokering Project