Interface AtomEndpointBuilderFactory.AtomBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
AtomEndpointBuilderFactory

public static interface AtomEndpointBuilderFactory.AtomBuilders
  • Method Details

    • atom

      Atom (camel-atom) Poll Atom RSS feeds. Category: document Since: 1.2 Maven coordinates: org.apache.camel:camel-atom
      Returns:
      the dsl builder for the headers' name.
    • atom

      Atom (camel-atom) Poll Atom RSS feeds. Category: document 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
      Returns:
      the dsl builder
    • atom

      default AtomEndpointBuilderFactory.AtomEndpointBuilder atom(String componentName, String path)
      Atom (camel-atom) Poll Atom RSS feeds. Category: document 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
      Returns:
      the dsl builder