Uses of Interface
org.apache.camel.builder.endpoint.dsl.WeatherEndpointBuilderFactory.AdvancedWeatherEndpointProducerBuilder
Packages that use WeatherEndpointBuilderFactory.AdvancedWeatherEndpointProducerBuilder
-
Uses of WeatherEndpointBuilderFactory.AdvancedWeatherEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of WeatherEndpointBuilderFactory.AdvancedWeatherEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the Weather component.Methods in org.apache.camel.builder.endpoint.dsl that return WeatherEndpointBuilderFactory.AdvancedWeatherEndpointProducerBuilderModifier and TypeMethodDescriptionWeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder.advanced()WeatherEndpointBuilderFactory.AdvancedWeatherEndpointProducerBuilder.geoLocationProvider(String geoLocationProvider) A custum geolocation provider to determine the longitude and latitude to use when no location information is set.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.WeatherEndpointBuilderFactory.AdvancedWeatherEndpointProducerBuilder.httpClient(String httpClient) To use an existing configured http client (for example with http proxy).WeatherEndpointBuilderFactory.AdvancedWeatherEndpointProducerBuilder.httpClient(org.apache.hc.client5.http.impl.classic.CloseableHttpClient httpClient) To use an existing configured http client (for example with http proxy).WeatherEndpointBuilderFactory.AdvancedWeatherEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).WeatherEndpointBuilderFactory.AdvancedWeatherEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer) Whether the producer should be started lazy (on the first message).