| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default WeatherEndpointBuilderFactory.AdvancedWeatherEndpointBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointBuilder.advanced() |
default WeatherEndpointBuilderFactory.AdvancedWeatherEndpointBuilder |
WeatherEndpointBuilderFactory.AdvancedWeatherEndpointBuilder.geoLocationProvider(Object 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(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.httpClient(Object httpClient)
To use an existing configured http client (for example with http
proxy).
|
default WeatherEndpointBuilderFactory.AdvancedWeatherEndpointBuilder |
WeatherEndpointBuilderFactory.AdvancedWeatherEndpointBuilder.httpClient(String httpClient)
To use an existing configured http client (for example with http
proxy).
|
Apache Camel