| 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).
|
default WeatherEndpointBuilderFactory.AdvancedWeatherEndpointBuilder |
WeatherEndpointBuilderFactory.AdvancedWeatherEndpointBuilder.synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default WeatherEndpointBuilderFactory.AdvancedWeatherEndpointBuilder |
WeatherEndpointBuilderFactory.AdvancedWeatherEndpointBuilder.synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
Apache Camel