Package org.apache.camel.component.rss
Class AggregateRssFeedStrategy
java.lang.Object
org.apache.camel.component.rss.AggregateRssFeedStrategy
- All Implemented Interfaces:
org.apache.camel.AggregationStrategy
public class AggregateRssFeedStrategy
extends Object
implements org.apache.camel.AggregationStrategy
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.Exchangeaggregate(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, waitMethods inherited from interface org.apache.camel.AggregationStrategy
aggregate, canPreComplete, onCompletion, onCompletion, onOptimisticLockFailure, preComplete, timeout
-
Field Details
-
log
protected final org.slf4j.Logger log
-
-
Constructor Details
-
AggregateRssFeedStrategy
public AggregateRssFeedStrategy()
-
-
Method Details
-
aggregate
public org.apache.camel.Exchange aggregate(org.apache.camel.Exchange oldExchange, org.apache.camel.Exchange newExchange) - Specified by:
aggregatein interfaceorg.apache.camel.AggregationStrategy
-