org.apache.camel.example.cafe.stuff
Class CafeAggregationStrategy
java.lang.Object
org.apache.camel.example.cafe.stuff.CafeAggregationStrategy
- All Implemented Interfaces:
- org.apache.camel.processor.aggregate.AggregationStrategy
public class CafeAggregationStrategy
- extends Object
- implements org.apache.camel.processor.aggregate.AggregationStrategy
|
Method Summary |
org.apache.camel.Exchange |
aggregate(org.apache.camel.Exchange oldExchange,
org.apache.camel.Exchange newExchange)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CafeAggregationStrategy
public CafeAggregationStrategy()
aggregate
public org.apache.camel.Exchange aggregate(org.apache.camel.Exchange oldExchange,
org.apache.camel.Exchange newExchange)
- Specified by:
aggregate in interface org.apache.camel.processor.aggregate.AggregationStrategy
Apache CAMEL