default WeatherEndpointBuilderFactory.AdvancedWeatherEndpointProducerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder.advanced() |
|
default WeatherEndpointBuilderFactory.AdvancedWeatherEndpointProducerBuilder |
WeatherEndpointBuilderFactory.AdvancedWeatherEndpointProducerBuilder.geoLocationProvider(String geoLocationProvider) |
A custum geolocation provider to determine the longitude and latitude
to use when no location information is set.
|
default WeatherEndpointBuilderFactory.AdvancedWeatherEndpointProducerBuilder |
WeatherEndpointBuilderFactory.AdvancedWeatherEndpointProducerBuilder.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.AdvancedWeatherEndpointProducerBuilder |
WeatherEndpointBuilderFactory.AdvancedWeatherEndpointProducerBuilder.httpClient(String httpClient) |
To use an existing configured http client (for example with http
proxy).
|
default WeatherEndpointBuilderFactory.AdvancedWeatherEndpointProducerBuilder |
WeatherEndpointBuilderFactory.AdvancedWeatherEndpointProducerBuilder.httpClient(org.apache.http.impl.client.CloseableHttpClient httpClient) |
To use an existing configured http client (for example with http
proxy).
|
default WeatherEndpointBuilderFactory.AdvancedWeatherEndpointProducerBuilder |
WeatherEndpointBuilderFactory.AdvancedWeatherEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default WeatherEndpointBuilderFactory.AdvancedWeatherEndpointProducerBuilder |
WeatherEndpointBuilderFactory.AdvancedWeatherEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|