Class FeedEntryMessageSourceSpec
java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<T>
org.springframework.integration.dsl.IntegrationComponentSpec<S,H>
org.springframework.integration.dsl.MessageSourceSpec<FeedEntryMessageSourceSpec,FeedEntryMessageSource>
org.springframework.integration.feed.dsl.FeedEntryMessageSourceSpec
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanClassLoaderAware,org.springframework.beans.factory.BeanFactoryAware,org.springframework.beans.factory.DisposableBean,org.springframework.beans.factory.FactoryBean<FeedEntryMessageSource>,org.springframework.beans.factory.InitializingBean,org.springframework.context.Lifecycle,org.springframework.context.Phased,org.springframework.context.SmartLifecycle
public class FeedEntryMessageSourceSpec extends org.springframework.integration.dsl.MessageSourceSpec<FeedEntryMessageSourceSpec,FeedEntryMessageSource>
A
MessageSourceSpec for a FeedEntryMessageSource.- Since:
- 5.0
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protectedFeedEntryMessageSourceSpec(java.net.URL feedUrl, java.lang.String metadataKey)protectedFeedEntryMessageSourceSpec(org.springframework.core.io.Resource feedResource, java.lang.String metadataKey) -
Method Summary
Modifier and Type Method Description FeedEntryMessageSourceSpecmetadataStore(org.springframework.integration.metadata.MetadataStore metadataStore)FeedEntryMessageSourceSpecpreserveWireFeed(boolean preserveWireFeed)FeedEntryMessageSourceSpecsyndFeedInput(com.rometools.rome.io.SyndFeedInput syndFeedInput)Methods inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
_this, createInstance, destroyInstance, doGet, get, getId, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stop
-
Constructor Details
-
FeedEntryMessageSourceSpec
protected FeedEntryMessageSourceSpec(java.net.URL feedUrl, java.lang.String metadataKey) -
FeedEntryMessageSourceSpec
protected FeedEntryMessageSourceSpec(org.springframework.core.io.Resource feedResource, java.lang.String metadataKey)
-
-
Method Details
-
metadataStore
public FeedEntryMessageSourceSpec metadataStore(org.springframework.integration.metadata.MetadataStore metadataStore) -
syndFeedInput
-
preserveWireFeed
-