Uses of Class
org.apache.camel.component.feed.FeedPollingConsumer
Packages that use FeedPollingConsumer
-
Uses of FeedPollingConsumer in org.apache.camel.component.atom
Subclasses of FeedPollingConsumer in org.apache.camel.component.atomModifier and TypeClassDescriptionclassConsumer to poll atom feeds and return each entry from the feed step by step.classConsumer to poll atom feeds and return the full feed.Methods in org.apache.camel.component.atom that return FeedPollingConsumerModifier and TypeMethodDescriptionprotected FeedPollingConsumerAtomEndpoint.createEntryPollingConsumer(FeedEndpoint feedEndpoint, org.apache.camel.Processor processor, 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.feedModifier and TypeClassDescriptionclassConsumer to poll feeds and return each entry from the feed step by step.Methods in org.apache.camel.component.feed that return FeedPollingConsumerModifier and TypeMethodDescriptionprotected abstract FeedPollingConsumerFeedEndpoint.createEntryPollingConsumer(FeedEndpoint feedEndpoint, org.apache.camel.Processor processor, boolean throttleEntries) protected abstract FeedPollingConsumerFeedEndpoint.createPollingConsumer(FeedEndpoint feedEndpoint, org.apache.camel.Processor processor)