public static interface WeatherEndpointBuilderFactory.AdvancedWeatherEndpointBuilder extends WeatherEndpointBuilderFactory.AdvancedWeatherEndpointConsumerBuilder, WeatherEndpointBuilderFactory.AdvancedWeatherEndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default WeatherEndpointBuilderFactory.WeatherEndpointBuilder |
basic() |
default 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 |
geoLocationProvider(String geoLocationProvider)
A custum geolocation provider to determine the longitude and latitude
to use when no location information is set.
|
default WeatherEndpointBuilderFactory.AdvancedWeatherEndpointBuilder |
httpClient(Object httpClient)
To use an existing configured http client (for example with http
proxy).
|
default WeatherEndpointBuilderFactory.AdvancedWeatherEndpointBuilder |
httpClient(String httpClient)
To use an existing configured http client (for example with http
proxy).
|
default 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 |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
exceptionHandler, exceptionHandler, exchangePattern, exchangePattern, pollStrategy, pollStrategydoSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, getUridefault WeatherEndpointBuilderFactory.WeatherEndpointBuilder basic()
basic in interface WeatherEndpointBuilderFactory.AdvancedWeatherEndpointConsumerBuilderbasic in interface WeatherEndpointBuilderFactory.AdvancedWeatherEndpointProducerBuilderdefault WeatherEndpointBuilderFactory.AdvancedWeatherEndpointBuilder geoLocationProvider(Object geoLocationProvider)
geoLocationProvider in interface WeatherEndpointBuilderFactory.AdvancedWeatherEndpointConsumerBuildergeoLocationProvider in interface WeatherEndpointBuilderFactory.AdvancedWeatherEndpointProducerBuildergeoLocationProvider - the value to setdefault WeatherEndpointBuilderFactory.AdvancedWeatherEndpointBuilder geoLocationProvider(String geoLocationProvider)
geoLocationProvider in interface WeatherEndpointBuilderFactory.AdvancedWeatherEndpointConsumerBuildergeoLocationProvider in interface WeatherEndpointBuilderFactory.AdvancedWeatherEndpointProducerBuildergeoLocationProvider - the value to setdefault WeatherEndpointBuilderFactory.AdvancedWeatherEndpointBuilder httpClient(Object httpClient)
httpClient in interface WeatherEndpointBuilderFactory.AdvancedWeatherEndpointConsumerBuilderhttpClient in interface WeatherEndpointBuilderFactory.AdvancedWeatherEndpointProducerBuilderhttpClient - the value to setdefault WeatherEndpointBuilderFactory.AdvancedWeatherEndpointBuilder httpClient(String httpClient)
httpClient in interface WeatherEndpointBuilderFactory.AdvancedWeatherEndpointConsumerBuilderhttpClient in interface WeatherEndpointBuilderFactory.AdvancedWeatherEndpointProducerBuilderhttpClient - the value to setdefault WeatherEndpointBuilderFactory.AdvancedWeatherEndpointBuilder synchronous(boolean synchronous)
synchronous in interface WeatherEndpointBuilderFactory.AdvancedWeatherEndpointConsumerBuildersynchronous in interface WeatherEndpointBuilderFactory.AdvancedWeatherEndpointProducerBuildersynchronous - the value to setdefault WeatherEndpointBuilderFactory.AdvancedWeatherEndpointBuilder synchronous(String synchronous)
synchronous in interface WeatherEndpointBuilderFactory.AdvancedWeatherEndpointConsumerBuildersynchronous in interface WeatherEndpointBuilderFactory.AdvancedWeatherEndpointProducerBuildersynchronous - the value to setApache Camel