Uses of Interface
org.apache.camel.builder.endpoint.dsl.WeatherEndpointBuilderFactory.AdvancedWeatherEndpointBuilder
Packages that use WeatherEndpointBuilderFactory.AdvancedWeatherEndpointBuilder
-
Uses of WeatherEndpointBuilderFactory.AdvancedWeatherEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return WeatherEndpointBuilderFactory.AdvancedWeatherEndpointBuilderModifier and TypeMethodDescriptionWeatherEndpointBuilderFactory.WeatherEndpointBuilder.advanced()WeatherEndpointBuilderFactory.AdvancedWeatherEndpointBuilder.geoLocationProvider(String geoLocationProvider) A custum geolocation provider to determine the longitude and latitude to use when no location information is set.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.WeatherEndpointBuilderFactory.AdvancedWeatherEndpointBuilder.httpClient(String httpClient) To use an existing configured http client (for example with http proxy).WeatherEndpointBuilderFactory.AdvancedWeatherEndpointBuilder.httpClient(org.apache.hc.client5.http.impl.classic.CloseableHttpClient httpClient) To use an existing configured http client (for example with http proxy).