default WeatherEndpointBuilderFactory.AdvancedWeatherEndpointBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointBuilder.advanced() |
|
default WeatherEndpointBuilderFactory.AdvancedWeatherEndpointBuilder |
WeatherEndpointBuilderFactory.AdvancedWeatherEndpointBuilder.geoLocationProvider(String geoLocationProvider) |
A custum geolocation provider to determine the longitude and latitude
to use when no location information is set.
|
default WeatherEndpointBuilderFactory.AdvancedWeatherEndpointBuilder |
WeatherEndpointBuilderFactory.AdvancedWeatherEndpointBuilder.geoLocationProvider(org.apache.camel.component.weather.geolocation.GeoLocationProvider geoLocationProvider) |
A custum geolocation provider to determine the longitude and latitude
to use when no location information is set.
|
default WeatherEndpointBuilderFactory.AdvancedWeatherEndpointBuilder |
WeatherEndpointBuilderFactory.AdvancedWeatherEndpointBuilder.httpClient(String httpClient) |
To use an existing configured http client (for example with http
proxy).
|
default WeatherEndpointBuilderFactory.AdvancedWeatherEndpointBuilder |
WeatherEndpointBuilderFactory.AdvancedWeatherEndpointBuilder.httpClient(org.apache.http.impl.client.CloseableHttpClient httpClient) |
To use an existing configured http client (for example with http
proxy).
|