Uses of Class
org.apache.camel.component.feed.FeedEndpoint
Packages that use FeedEndpoint
-
Uses of FeedEndpoint in org.apache.camel.component.atom
Subclasses of FeedEndpoint in org.apache.camel.component.atomMethods in org.apache.camel.component.atom that return FeedEndpointMethods in org.apache.camel.component.atom with parameters of type FeedEndpointModifier 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 FeedEndpoint in org.apache.camel.component.feed
Fields in org.apache.camel.component.feed declared as FeedEndpointMethods in org.apache.camel.component.feed that return FeedEndpointMethods in org.apache.camel.component.feed with parameters of type FeedEndpointModifier 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) Constructors in org.apache.camel.component.feed with parameters of type FeedEndpointModifierConstructorDescriptionprotectedFeedEntryPollingConsumer(FeedEndpoint endpoint, org.apache.camel.Processor processor, boolean throttleEntries) protectedFeedPollingConsumer(FeedEndpoint endpoint, org.apache.camel.Processor processor)