Interface RssFeedProvider


public interface RssFeedProvider
Defines an interface to provide RSS 2.0 feeds.
Since:
1.0
Author:
Sergio del Amo
  • Method Details

    • fetch

      @SingleResult org.reactivestreams.Publisher<RssChannel> fetch()
      Returns:
      the default RSS channel.
    • fetchById

      @SingleResult org.reactivestreams.Publisher<RssChannel> fetchById(Serializable id)
      Parameters:
      id - RSS Channel unique identifier.
      Returns:
      An RSS channel identified by the ID parameter.