Interface WeatherEndpointBuilderFactory.WeatherBuilders

    • Method Detail

      • weather

        default WeatherEndpointBuilderFactory.WeatherEndpointBuilder weather​(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:
        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