Uses of Class
org.apache.camel.model.IdempotentConsumerType

Packages that use IdempotentConsumerType
org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. 
 

Uses of IdempotentConsumerType in org.apache.camel.model
 

Methods in org.apache.camel.model that return IdempotentConsumerType
 IdempotentConsumerType ProcessorType.idempotentConsumer(Expression messageIdExpression, MessageIdRepository messageIdRepository)
          Creates an IdempotentConsumer to avoid duplicate messages
 

Methods in org.apache.camel.model that return types with arguments of type IdempotentConsumerType
 ExpressionClause<IdempotentConsumerType> ProcessorType.idempotentConsumer(MessageIdRepository messageIdRepository)
          Creates an IdempotentConsumer to avoid duplicate messages
 



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