Interface AtomEndpointBuilderFactory.AtomBuilders

    • Method Detail

      • atom

        default AtomEndpointBuilderFactory.AtomEndpointBuilder atom​(String path)
        Atom (camel-atom) Poll Atom RSS feeds. Category: rss Since: 1.2 Maven coordinates: org.apache.camel:camel-atom Syntax: atom:feedUri Path parameter: feedUri (required) The URI to the feed to poll.
        Parameters:
        path - feedUri
      • atom

        default AtomEndpointBuilderFactory.AtomEndpointBuilder atom​(String componentName,
                                                                    String path)
        Atom (camel-atom) Poll Atom RSS feeds. Category: rss Since: 1.2 Maven coordinates: org.apache.camel:camel-atom Syntax: atom: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