Interface RssEndpointBuilderFactory.RssBuilders

    • Method Detail

      • rss

        default RssEndpointBuilderFactory.RssEndpointBuilder rss​(String path)
        RSS (camel-rss) Poll RSS feeds. Category: rss Since: 2.0 Maven coordinates: org.apache.camel:camel-rss Syntax: rss:feedUri Path parameter: feedUri (required) The URI to the feed to poll.
        Parameters:
        path - feedUri
        Returns:
        the dsl builder
      • rss

        default RssEndpointBuilderFactory.RssEndpointBuilder rss​(String componentName,
                                                                 String path)
        RSS (camel-rss) Poll RSS feeds. Category: rss Since: 2.0 Maven coordinates: org.apache.camel:camel-rss Syntax: rss:feedUri Path parameter: feedUri (required) The URI to the feed to poll.
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - feedUri
        Returns:
        the dsl builder