Package io.micronaut.rss
Interface RssFeedProvider
public interface RssFeedProvider
Defines an interface to provide RSS 2.0 feeds.
- Since:
- 1.0
- Author:
- Sergio del Amo
-
Method Summary
Modifier and TypeMethodDescriptionorg.reactivestreams.Publisher<RssChannel>
fetch()
org.reactivestreams.Publisher<RssChannel>
-
Method Details
-
fetch
- Returns:
- the default RSS channel.
-
fetchById
- Parameters:
id
- RSS Channel unique identifier.- Returns:
- An RSS channel identified by the ID parameter.
-