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 class
AtomEntryPollingConsumer
Consumer to poll atom feeds and return each entry from the feed step by step.class
AtomPollingConsumer
Consumer 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 FeedPollingConsumer
AtomEndpoint. createEntryPollingConsumer(FeedEndpoint feedEndpoint, org.apache.camel.Processor processor, boolean filter, Date lastUpdate, boolean throttleEntries)
protected FeedPollingConsumer
AtomEndpoint. 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 class
FeedEntryPollingConsumer
Consumer 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 FeedPollingConsumer
FeedEndpoint. createEntryPollingConsumer(FeedEndpoint feedEndpoint, org.apache.camel.Processor processor, boolean filter, Date lastUpdate, boolean throttleEntries)
protected abstract FeedPollingConsumer
FeedEndpoint. createPollingConsumer(FeedEndpoint feedEndpoint, org.apache.camel.Processor processor)
-