Uses of Class
org.apache.camel.model.ResequenceDefinition
Packages that use ResequenceDefinition
-
Uses of ResequenceDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return ResequenceDefinitionModifier and TypeMethodDescriptionResequenceDefinition.allowDuplicates()Enables duplicates for the batch resequencer modeResequenceDefinition.batch()Configures the batch-based resequencing algorithm using the default configuration.ResequenceDefinition.batch(BatchResequencerConfig config) Configures the batch-based resequencing algorithm using the givenBatchResequencerConfig.ResequenceDefinition.capacity(int capacity) Sets the capacity for the stream resequencerResequenceDefinition.comparator(org.apache.camel.processor.resequencer.ExpressionResultComparator comparator) Sets the comparator to use for stream resequencerResequenceDefinition.deliveryAttemptInterval(long deliveryAttemptInterval) Sets the interval in milli seconds the stream resequencer will at most wait while waiting for condition of being able to deliver.ResequenceDefinition.ignoreInvalidExchanges()If an incomingExchangeis invalid, then it will be ignored.ResequenceDefinition.rejectOld()Sets the rejectOld flag to throw an error when a message older than the last delivered message is processedProcessorDefinition.resequence(org.apache.camel.Expression expression) Resequencer EIP: Creates a resequencer allowing you to reorganize messages based on some comparator.ResequenceDefinition.reverse()Enables reverse mode for the batch resequencer mode.ResequenceDefinition.size(int batchSize) Sets the in batch size for number of exchanges receivedResequenceDefinition.stream()Configures the stream-based resequencing algorithm using the default configuration.ResequenceDefinition.stream(StreamResequencerConfig config) Configures the stream-based resequencing algorithm using the givenStreamResequencerConfig.ResequenceDefinition.timeout(long timeout) Sets the timeoutSets the timeoutSets the timeoutMethods in org.apache.camel.model that return types with arguments of type ResequenceDefinitionModifier and TypeMethodDescriptionProcessorDefinition.resequence()Resequencer EIP: Creates a resequencer allowing you to reorganize messages based on some comparator.