Uses of Class
org.apache.camel.component.feed.FeedPollingConsumer
-
Packages that use FeedPollingConsumer Package Description org.apache.camel.component.atom org.apache.camel.component.feed -
-
Uses of FeedPollingConsumer in org.apache.camel.component.atom
Subclasses of FeedPollingConsumer in org.apache.camel.component.atom Modifier and Type Class Description classAtomEntryPollingConsumerConsumer to poll atom feeds and return each entry from the feed step by step.classAtomPollingConsumerConsumer to poll atom feeds and return the full feed.Methods in org.apache.camel.component.atom that return FeedPollingConsumer Modifier and Type Method Description protected FeedPollingConsumerAtomEndpoint. createEntryPollingConsumer(FeedEndpoint feedEndpoint, org.apache.camel.Processor processor, boolean filter, Date lastUpdate, boolean throttleEntries)protected FeedPollingConsumerAtomEndpoint. createPollingConsumer(FeedEndpoint feedEndpoint, org.apache.camel.Processor processor) -
Uses of FeedPollingConsumer in org.apache.camel.component.feed
Subclasses of FeedPollingConsumer in org.apache.camel.component.feed Modifier and Type Class Description classFeedEntryPollingConsumerConsumer to poll feeds and return each entry from the feed step by step.Methods in org.apache.camel.component.feed that return FeedPollingConsumer Modifier and Type Method Description protected abstract FeedPollingConsumerFeedEndpoint. createEntryPollingConsumer(FeedEndpoint feedEndpoint, org.apache.camel.Processor processor, boolean filter, Date lastUpdate, boolean throttleEntries)protected abstract FeedPollingConsumerFeedEndpoint. createPollingConsumer(FeedEndpoint feedEndpoint, org.apache.camel.Processor processor)
-