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

Packages that use ResequencerType
org.apache.camel.model Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of ResequencerType in org.apache.camel.model
 

Methods in org.apache.camel.model that return ResequencerType
 ResequencerType ProcessorType.resequencer(Expression... expressions)
          A builder for 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)
          A builder for 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)
          A builder for the Resequencer pattern where a list of expressions are evaluated to be able to compare the message exchanges to reorder them.
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.