Interface WeatherEndpointBuilderFactory.WeatherBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder,EndpointRouteConfigurationBuilder
- Enclosing interface:
WeatherEndpointBuilderFactory
public static interface WeatherEndpointBuilderFactory.WeatherBuilders
-
Method Summary
Modifier and TypeMethodDescriptionweather()Weather (camel-weather) Poll the weather information from Open Weather Map.Weather (camel-weather) Poll the weather information from Open Weather Map.Weather (camel-weather) Poll the weather information from Open Weather Map.
-
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:namePath 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:namePath parameter: name (required) The name value is not used.- Parameters:
componentName- to use a custom component name for the endpoint instead of the default namepath- name- Returns:
- the dsl builder
-