| Package | Description |
|---|---|
| org.apache.streams.rss | |
| org.apache.streams.rss.provider.perpetual |
| Modifier and Type | Method and Description |
|---|---|
FeedDetails |
FeedDetails.withAdditionalProperty(String name,
Object value) |
FeedDetails |
FeedDetails.withPollIntervalMillis(Long pollIntervalMillis) |
FeedDetails |
FeedDetails.withUrl(String url) |
| Modifier and Type | Method and Description |
|---|---|
List<FeedDetails> |
RssStreamConfiguration.getFeeds() |
| Modifier and Type | Method and Description |
|---|---|
void |
RssStreamConfiguration.setFeeds(List<FeedDetails> feeds) |
RssStreamConfiguration |
RssStreamConfiguration.withFeeds(List<FeedDetails> feeds) |
| Constructor and Description |
|---|
RssFeedScheduler(ExecutorService service,
List<FeedDetails> feedDetailsList,
BlockingQueue<StreamsDatum> dataQueue) |
RssFeedScheduler(ExecutorService service,
List<FeedDetails> feedDetailsList,
BlockingQueue<StreamsDatum> dataQueue,
int peroid)
RssFeedScheduler constructor.
|
Copyright © 2018 The Apache Software Foundation. All rights reserved.