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

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

Uses of ResequencerType in org.apache.camel.model
 

Methods in org.apache.camel.model that return ResequencerType
 ResequencerType ResequencerType.batch()
          Configures the batch-based resequencing algorithm using the default configuration.
 ResequencerType ResequencerType.batch(BatchResequencerConfig config)
          Configures the batch-based resequencing algorithm using the given BatchResequencerConfig.
 ResequencerType ResequencerType.capacity(int capacity)
           
 ResequencerType ResequencerType.comparator(ExpressionResultComparator<Exchange> comparator)
           
 ResequencerType ResequencerType.expression(ExpressionType expression)
           
 ResequencerType ProcessorType.resequencer(Expression... expressions)
          Creates the Resequencer pattern where a list of expressions are evaluated to be able to compare the message exchanges to reorder them.
 ResequencerType ProcessorType.resequencer(Expression<Exchange> expression)
          Creates the Resequencer pattern where an expression is evaluated to be able to compare the message exchanges to reorder them.
 ResequencerType ProcessorType.resequencer(List<Expression> expressions)
          Creates the Resequencer pattern where a list of expressions are evaluated to be able to compare the message exchanges to reorder them.
 ResequencerType ResequencerType.size(int batchSize)
           
 ResequencerType ResequencerType.stream()
          Configures the stream-based resequencing algorithm using the default configuration.
 ResequencerType ResequencerType.stream(StreamResequencerConfig config)
          Configures the stream-based resequencing algorithm using the given StreamResequencerConfig.
 ResequencerType ResequencerType.timeout(long timeout)
           
 

Methods in org.apache.camel.model that return types with arguments of type ResequencerType
 ExpressionClause<ResequencerType> ProcessorType.resequencer()
          Creates the Resequencer pattern where a list of expressions are evaluated to be able to compare the message exchanges to reorder them.
 



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