Uses of Interface
org.apache.camel.builder.endpoint.dsl.WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder
Packages that use WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder
-
Uses of WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the Weather component.Methods in org.apache.camel.builder.endpoint.dsl that return WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilderModifier and TypeMethodDescriptionAPPID ID used to authenticate the user connected to the API Server.WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.backoffErrorThreshold(int backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.backoffErrorThreshold(String backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.backoffIdleThreshold(int backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.backoffIdleThreshold(String backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.backoffMultiplier(int backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.backoffMultiplier(String backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.WeatherEndpointBuilderFactory.AdvancedWeatherEndpointConsumerBuilder.basic()Number of results to be found.Number of results to be found.WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.delay(long delay) Milliseconds before the next poll.Milliseconds before the next poll.WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.geolocationAccessKey(String geolocationAccessKey) The geolocation service now needs an accessKey to be used.WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.geolocationRequestHostIP(String geolocationRequestHostIP) The geolocation service now needs to specify the IP associated to the accessKey you're using.WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.greedy(boolean greedy) If greedy is enabled, then the ScheduledPollConsumer will run immediately again, if the previous run polled 1 or more messages.If greedy is enabled, then the ScheduledPollConsumer will run immediately again, if the previous run polled 1 or more messages.WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.headerName(String headerName) To store the weather result in this header instead of the message body.List of id's of city/stations.WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.initialDelay(long initialDelay) Milliseconds before the first poll starts.WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.initialDelay(String initialDelay) Milliseconds before the first poll starts.Language of the response.WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.language(org.apache.camel.component.weather.WeatherLanguage language) Language of the response.Latitude of location.If null Camel will try and determine your current location using the geolocation of your ip address, else specify the city,country.Longitude of location.The output format of the weather data.WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.mode(org.apache.camel.component.weather.WeatherMode mode) The output format of the weather data.If null, the current weather will be returned, else use values of 5, 7, 14 days.WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.repeatCount(long repeatCount) Specifies a maximum limit of number of fires.WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.repeatCount(String repeatCount) Specifies a maximum limit of number of fires.For boxed queries this is the right longtitude.WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.runLoggingLevel(String runLoggingLevel) The consumer logs a start/complete log line when it polls.WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel) The consumer logs a start/complete log line when it polls.WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.scheduledExecutorService(String scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.scheduledExecutorService(ScheduledExecutorService scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.To use a cron scheduler from either camel-spring or camel-quartz component.To use a cron scheduler from either camel-spring or camel-quartz component.WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.schedulerProperties(String key, Object value) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.schedulerProperties(Map values) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.sendEmptyMessageWhenIdle(boolean sendEmptyMessageWhenIdle) If the polling consumer did not poll any files, you can enable this option to send an empty message (no body) instead.WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.sendEmptyMessageWhenIdle(String sendEmptyMessageWhenIdle) If the polling consumer did not poll any files, you can enable this option to send an empty message (no body) instead.WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.startScheduler(boolean startScheduler) Whether the scheduler should be auto started.WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.startScheduler(String startScheduler) Whether the scheduler should be auto started.Time unit for initialDelay and delay options.Time unit for initialDelay and delay options.For boxed queries this is the top latitude.The units for temperature measurement.WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.units(org.apache.camel.component.weather.WeatherUnits units) The units for temperature measurement.WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.useFixedDelay(boolean useFixedDelay) Controls if fixed delay or fixed rate is used.WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.useFixedDelay(String useFixedDelay) Controls if fixed delay or fixed rate is used.WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.weatherApi(String weatherApi) The API to use (current, forecast/3 hour, forecast daily, station).WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.weatherApi(org.apache.camel.component.weather.WeatherApi weatherApi) The API to use (current, forecast/3 hour, forecast daily, station).Zip-code, e.g.For boxed queries this is the zoom.For boxed queries this is the zoom.