Uses of Class
org.apache.camel.model.IdempotentConsumerDefinition
Packages that use IdempotentConsumerDefinition
-
Uses of IdempotentConsumerDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return IdempotentConsumerDefinitionModifier and TypeMethodDescriptionIdempotentConsumerDefinition.completionEager(boolean completionEager) Sets whether to complete the idempotent consumer eager or when the exchange is done.IdempotentConsumerDefinition.eager(boolean eager) Sets whether to eagerly add the key to the idempotent repository or wait until the exchange is complete.ProcessorDefinition.idempotentConsumer(org.apache.camel.Expression messageIdExpression) Idempotent consumer EIP: Creates anIdempotentConsumerto avoid duplicate messagesProcessorDefinition.idempotentConsumer(org.apache.camel.Expression messageIdExpression, org.apache.camel.spi.IdempotentRepository idempotentRepository) Idempotent consumer EIP: Creates anIdempotentConsumerto avoid duplicate messagesIdempotentConsumerDefinition.idempotentRepository(String ref) Sets the reference name of the message id repositoryIdempotentConsumerDefinition.idempotentRepository(org.apache.camel.spi.IdempotentRepository idempotentRepository) Sets the message id repository for the idempotent consumerIdempotentConsumerDefinition.removeOnFailure(boolean removeOnFailure) Sets whether to remove or keep the key on failure.IdempotentConsumerDefinition.skipDuplicate(boolean skipDuplicate) Sets whether to skip duplicates or not.Methods in org.apache.camel.model that return types with arguments of type IdempotentConsumerDefinitionModifier and TypeMethodDescriptionProcessorDefinition.idempotentConsumer()Idempotent consumer EIP: Creates anIdempotentConsumerusing a fluent builder.