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

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

Uses of SortDefinition in org.apache.camel.model
 

Methods in org.apache.camel.model that return SortDefinition
 SortDefinition<T> SortDefinition.comparator(Comparator<T> comparator)
          Sets the comparator to use for sorting
 SortDefinition<T> SortDefinition.comparatorRef(String ref)
          Sets a reference to lookup for the comparator to use for sorting
 

Methods in org.apache.camel.model that return types with arguments of type SortDefinition
<T> ExpressionClause<SortDefinition<T>>
ProcessorDefinition.sort()
          Sorts the expression
 



Apache Camel