Class StringLinesAggregationStrategy
java.lang.Object
org.apache.unomi.router.core.strategy.StringLinesAggregationStrategy
- All Implemented Interfaces:
org.apache.camel.processor.aggregate.AggregationStrategy
public class StringLinesAggregationStrategy
extends Object
implements org.apache.camel.processor.aggregate.AggregationStrategy
Created by amidani on 29/06/2017.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.Exchange
aggregate
(org.apache.camel.Exchange oldExchange, org.apache.camel.Exchange newExchange)
-
Constructor Details
-
StringLinesAggregationStrategy
public StringLinesAggregationStrategy()
-
-
Method Details
-
aggregate
public org.apache.camel.Exchange aggregate(org.apache.camel.Exchange oldExchange, org.apache.camel.Exchange newExchange) - Specified by:
aggregate
in interfaceorg.apache.camel.processor.aggregate.AggregationStrategy
-