GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.accessToken(String accessToken)
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.applicationName(String applicationName)
Google Calendar application name.
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.backoffErrorThreshold(int backoffErrorThreshold)
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.backoffIdleThreshold(int backoffIdleThreshold)
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.backoffMultiplier(int backoffMultiplier)
To let the scheduled polling consumer backoff if there has been a
number of subsequent idles/errors in a row.
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.backoffMultiplier(String backoffMultiplier)
To let the scheduled polling consumer backoff if there has been a
number of subsequent idles/errors in a row.
GoogleCalendarStreamEndpointBuilderFactory.AdvancedGoogleCalendarStreamEndpointBuilder.basic()
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.calendarId(String calendarId)
The calendarId to be used.
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.clientId(String clientId)
Client ID of the calendar application.
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.clientSecret(String clientSecret)
Client secret of the calendar application.
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.considerLastUpdate(boolean considerLastUpdate)
Take into account the lastUpdate of the last event polled as start
date for the next poll.
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.considerLastUpdate(String considerLastUpdate)
Take into account the lastUpdate of the last event polled as start
date for the next poll.
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.consumeFromNow(boolean consumeFromNow)
Consume events in the selected calendar from now on.
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.consumeFromNow(String consumeFromNow)
Consume events in the selected calendar from now on.
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.delay(long delay)
Milliseconds before the next poll.
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.delay(String delay)
Milliseconds before the next poll.
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.delegate(String delegate)
Delegate for wide-domain service account.
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.emailAddress(String emailAddress)
The emailAddress of the Google Service Account.
Google Calendar Stream (camel-google-calendar)
Poll for changes in a Google Calendar.
Google Calendar Stream (camel-google-calendar)
Poll for changes in a Google Calendar.
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.greedy(boolean greedy)
If greedy is enabled, then the ScheduledPollConsumer will run
immediately again, if the previous run polled 1 or more messages.
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.greedy(String greedy)
If greedy is enabled, then the ScheduledPollConsumer will run
immediately again, if the previous run polled 1 or more messages.
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.initialDelay(long initialDelay)
Milliseconds before the first poll starts.
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.initialDelay(String initialDelay)
Milliseconds before the first poll starts.
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.maxResults(int maxResults)
Max results to be returned.
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.maxResults(String maxResults)
Max results to be returned.
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.p12FileName(String p12FileName)
The name of the p12 file which has the private key to use with the
Google Service Account.
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.query(String query)
The query to execute on calendar.
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.refreshToken(String refreshToken)
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.repeatCount(long repeatCount)
Specifies a maximum limit of number of fires.
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.repeatCount(String repeatCount)
Specifies a maximum limit of number of fires.
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.runLoggingLevel(String runLoggingLevel)
The consumer logs a start/complete log line when it polls.
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel)
The consumer logs a start/complete log line when it polls.
Allows for configuring a custom/shared thread pool to use for the
consumer.
Allows for configuring a custom/shared thread pool to use for the
consumer.
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.scheduler(Object scheduler)
To use a cron scheduler from either camel-spring or camel-quartz
component.
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.scheduler(String scheduler)
To use a cron scheduler from either camel-spring or camel-quartz
component.
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.schedulerProperties(Map values)
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.scopes(String scopes)
Specifies the level of permissions you want a calendar application to
have to a user account.
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.scopes(List<String> scopes)
Specifies the level of permissions you want a calendar application to
have to a user account.
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.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.
If the polling consumer did not poll any files, you can enable this
option to send an empty message (no body) instead.
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.serviceAccountKey(String serviceAccountKey)
Service account key in json format to authenticate an application as
a service account.
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.startScheduler(boolean startScheduler)
Whether the scheduler should be auto started.
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.startScheduler(String startScheduler)
Whether the scheduler should be auto started.
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.syncFlow(boolean syncFlow)
Sync events, see https://developers.google.com/calendar/v3/sync Note:
not compatible with: 'query' and 'considerLastUpdate' parameters.
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.syncFlow(String syncFlow)
Sync events, see https://developers.google.com/calendar/v3/sync Note:
not compatible with: 'query' and 'considerLastUpdate' parameters.
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.timeUnit(String timeUnit)
Time unit for initialDelay and delay options.
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.timeUnit(TimeUnit timeUnit)
Time unit for initialDelay and delay options.
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.useFixedDelay(boolean useFixedDelay)
Controls if fixed delay or fixed rate is used.
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.useFixedDelay(String useFixedDelay)
Controls if fixed delay or fixed rate is used.
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.user(String user)
The email address of the user the application is trying to
impersonate in the service account flow.