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

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

Uses of IdempotentConsumerDefinition in org.apache.camel.model
 

Methods in org.apache.camel.model that return IdempotentConsumerDefinition
 IdempotentConsumerDefinition IdempotentConsumerDefinition.eager(boolean eager)
          Sets whether to eagerly add the key to the idempotent repository or wait until the exchange is complete.
 IdempotentConsumerDefinition ProcessorDefinition.idempotentConsumer()
          Idempotent consumer EIP: Creates an IdempotentConsumer to avoid duplicate messages
 IdempotentConsumerDefinition ProcessorDefinition.idempotentConsumer(Expression messageIdExpression, IdempotentRepository idempotentRepository)
          Idempotent consumer EIP: Creates an IdempotentConsumer to avoid duplicate messages
 IdempotentConsumerDefinition IdempotentConsumerDefinition.messageIdRepository(IdempotentRepository idempotentRepository)
          Sets the the message id repository for the IdempotentConsumerType
 IdempotentConsumerDefinition IdempotentConsumerDefinition.messageIdRepositoryRef(String messageIdRepositoryRef)
          Sets the reference name of the message id repository
 

Methods in org.apache.camel.model that return types with arguments of type IdempotentConsumerDefinition
 ExpressionClause<IdempotentConsumerDefinition> IdempotentConsumerDefinition.expression()
          Set the expression that IdempotentConsumerType will use
 ExpressionClause<IdempotentConsumerDefinition> ProcessorDefinition.idempotentConsumer(IdempotentRepository idempotentRepository)
          Idempotent consumer EIP: Creates an IdempotentConsumer to avoid duplicate messages
 



Copyright © 2009 Apache Software Foundation. All Rights Reserved.