|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MessageIdRepository
Access to a repository of Message IDs to implement the Idempotent Consumer pattern.
| Method Summary | |
|---|---|
boolean |
contains(String messageId)
Returns true if this messageId has been processed before otherwise this messageId is added to the repository and false is returned. |
| Method Detail |
|---|
boolean contains(String messageId)
messageId - the String ID of the message
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||