Interface WeatherEndpointBuilderFactory.WeatherBuilders

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

public static interface WeatherEndpointBuilderFactory.WeatherBuilders
  • Method Details

    • weather

      Weather (camel-weather) Poll the weather information from Open Weather Map. Category: api Since: 2.12 Maven coordinates: org.apache.camel:camel-weather
      Returns:
      the dsl builder for the headers' name.
    • weather

      Weather (camel-weather) Poll the weather information from Open Weather Map. Category: api Since: 2.12 Maven coordinates: org.apache.camel:camel-weather Syntax: weather:name Path parameter: name (required) The name value is not used.
      Parameters:
      path - name
      Returns:
      the dsl builder
    • weather

      default WeatherEndpointBuilderFactory.WeatherEndpointBuilder weather(String componentName, String path)
      Weather (camel-weather) Poll the weather information from Open Weather Map. Category: api Since: 2.12 Maven coordinates: org.apache.camel:camel-weather Syntax: weather:name Path parameter: name (required) The name value is not used.
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - name
      Returns:
      the dsl builder