public static interface WeatherEndpointBuilderFactory.WeatherBuilders
| Modifier and Type | Method and Description |
|---|---|
default WeatherEndpointBuilderFactory.WeatherEndpointBuilder |
weather(String path)
Weather (camel-weather)
Poll the weather information from Open Weather Map.
|
default WeatherEndpointBuilderFactory.WeatherEndpointBuilder |
weather(String componentName,
String path)
Weather (camel-weather)
Poll the weather information from Open Weather Map.
|
default WeatherEndpointBuilderFactory.WeatherEndpointBuilder weather(String path)
weather:name
Path parameter: name (required)
The name value is not used.path - namedefault WeatherEndpointBuilderFactory.WeatherEndpointBuilder weather(String componentName, String path)
weather:name
Path parameter: name (required)
The name value is not used.componentName - to use a custom component name for the endpoint
instead of the default namepath - nameApache Camel