default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.appid(String appid) |
APPID ID used to authenticate the user connected to the API Server.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.backoffErrorThreshold(int backoffErrorThreshold) |
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.backoffErrorThreshold(String backoffErrorThreshold) |
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.backoffIdleThreshold(int backoffIdleThreshold) |
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.backoffIdleThreshold(String backoffIdleThreshold) |
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
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.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
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.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.AdvancedWeatherEndpointConsumerBuilder.basic() |
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.cnt(Integer cnt) |
Number of results to be found.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.cnt(String cnt) |
Number of results to be found.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.delay(long delay) |
Milliseconds before the next poll.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.delay(String delay) |
Milliseconds before the next poll.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.geolocationAccessKey(String geolocationAccessKey) |
The geolocation service now needs an accessKey to be used.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.geolocationRequestHostIP(String geolocationRequestHostIP) |
The geolocation service now needs to specify the IP associated to the
accessKey you're using.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
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.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.greedy(String greedy) |
If greedy is enabled, then the ScheduledPollConsumer will run
immediately again, if the previous run polled 1 or more messages.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.headerName(String headerName) |
To store the weather result in this header instead of the message
body.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.ids(String ids) |
List of id's of city/stations.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.initialDelay(long initialDelay) |
Milliseconds before the first poll starts.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.initialDelay(String initialDelay) |
Milliseconds before the first poll starts.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.language(String language) |
Language of the response.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.language(org.apache.camel.component.weather.WeatherLanguage language) |
Language of the response.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.lat(String lat) |
Latitude of location.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.location(String location) |
If null Camel will try and determine your current location using the
geolocation of your ip address, else specify the city,country.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.lon(String lon) |
Longitude of location.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.mode(String mode) |
The output format of the weather data.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.mode(org.apache.camel.component.weather.WeatherMode mode) |
The output format of the weather data.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.period(String period) |
If null, the current weather will be returned, else use values of 5,
7, 14 days.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.repeatCount(long repeatCount) |
Specifies a maximum limit of number of fires.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.repeatCount(String repeatCount) |
Specifies a maximum limit of number of fires.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.rightLon(String rightLon) |
For boxed queries this is the right longtitude.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.runLoggingLevel(String runLoggingLevel) |
The consumer logs a start/complete log line when it polls.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel) |
The consumer logs a start/complete log line when it polls.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.scheduledExecutorService(String scheduledExecutorService) |
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.scheduledExecutorService(ScheduledExecutorService scheduledExecutorService) |
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.scheduler(Object scheduler) |
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.scheduler(String scheduler) |
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.schedulerProperties(String key,
Object value) |
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.schedulerProperties(Map values) |
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
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.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
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.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.startScheduler(boolean startScheduler) |
Whether the scheduler should be auto started.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.startScheduler(String startScheduler) |
Whether the scheduler should be auto started.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.timeUnit(String timeUnit) |
Time unit for initialDelay and delay options.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.timeUnit(TimeUnit timeUnit) |
Time unit for initialDelay and delay options.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.topLat(String topLat) |
For boxed queries this is the top latitude.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.units(String units) |
The units for temperature measurement.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.units(org.apache.camel.component.weather.WeatherUnits units) |
The units for temperature measurement.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.useFixedDelay(boolean useFixedDelay) |
Controls if fixed delay or fixed rate is used.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.useFixedDelay(String useFixedDelay) |
Controls if fixed delay or fixed rate is used.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.weatherApi(String weatherApi) |
The API to use (current, forecast/3 hour, forecast daily, station).
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.weatherApi(org.apache.camel.component.weather.WeatherApi weatherApi) |
The API to use (current, forecast/3 hour, forecast daily, station).
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.zip(String zip) |
Zip-code, e.g.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.zoom(Integer zoom) |
For boxed queries this is the zoom.
|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.zoom(String zoom) |
For boxed queries this is the zoom.
|