|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |