Package org.apache.camel.processor.idempotent

An implementation of the Idempotent Consumer pattern.

See:
          Description

Class Summary
FileIdempotentRepository A file based implementation of IdempotentRepository.
IdempotentConsumer An implementation of the Idempotent Consumer pattern.
IdempotentOnCompletion On completion strategy for IdempotentConsumer.
MemoryIdempotentRepository A memory based implementation of IdempotentRepository.
 

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.



Apache CAMEL