|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface Idempotent
IdempotentReceiver ensures that only unique messages are received
by a component. There are different types of idempotency handlers:
UniqueIdNotSupportedException is thrown.
| Optional Element Summary | |
|---|---|
String |
value
The message id expression to index the received messages against |
public abstract String value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||