Package org.apache.camel.processor.idempotent

An implementation of the Idempotent Consumer pattern.

See:
          Description

Interface Summary
MessageIdRepository Access to a repository of Message IDs to implement the Idempotent Consumer pattern.
 

Class Summary
IdempotentConsumer An implementation of the Idempotent Consumer pattern.
MemoryMessageIdRepository A memory based implementation of MessageIdRepository.
 

Exception Summary
NoMessageIdException An exception thrown if no message ID could be found on a message which is to be used with the Idempotent Consumer pattern.
 

Package org.apache.camel.processor.idempotent Description

An implementation of the Idempotent Consumer pattern.



Copyright © 2009 IONA Open Source Community. All Rights Reserved.