GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder.accessToken(String accessToken)
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder.applicationName(String applicationName)
Google calendar application name.
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder.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.
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder.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.
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder.backoffMultiplier(int backoffMultiplier)
To let the scheduled polling consumer backoff if there has been a
number of subsequent idles/errors in a row.
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder.backoffMultiplier(String backoffMultiplier)
To let the scheduled polling consumer backoff if there has been a
number of subsequent idles/errors in a row.
GoogleCalendarEndpointBuilderFactory.AdvancedGoogleCalendarEndpointConsumerBuilder.basic()
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder.clientId(String clientId)
Client ID of the calendar application.
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder.clientSecret(String clientSecret)
Client secret of the calendar application.
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder.delay(long delay)
Milliseconds before the next poll.
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder.delay(String delay)
Milliseconds before the next poll.
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder.delegate(String delegate)
Delegate for wide-domain service account.
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder.emailAddress(String emailAddress)
The emailAddress of the Google Service Account.
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder.greedy(boolean greedy)
If greedy is enabled, then the ScheduledPollConsumer will run
immediately again, if the previous run polled 1 or more messages.
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder.greedy(String greedy)
If greedy is enabled, then the ScheduledPollConsumer will run
immediately again, if the previous run polled 1 or more messages.
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder.inBody(String inBody)
Sets the name of a parameter to be passed in the exchange In Body.
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder.initialDelay(long initialDelay)
Milliseconds before the first poll starts.
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder.initialDelay(String initialDelay)
Milliseconds before the first poll starts.
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder.p12FileName(String p12FileName)
The name of the p12 file which has the private key to use with the
Google Service Account.
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder.refreshToken(String refreshToken)
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder.repeatCount(long repeatCount)
Specifies a maximum limit of number of fires.
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder.repeatCount(String repeatCount)
Specifies a maximum limit of number of fires.
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder.runLoggingLevel(String runLoggingLevel)
The consumer logs a start/complete log line when it polls.
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder.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.
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder.scheduler(Object scheduler)
To use a cron scheduler from either camel-spring or camel-quartz
component.
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder.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.
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder.scopes(String scopes)
Specifies the level of permissions you want a calendar application to
have to a user account.
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder.scopes(List<String> scopes)
Specifies the level of permissions you want a calendar application to
have to a user account.
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder.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.
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder.serviceAccountKey(String serviceAccountKey)
Service account key in json format to authenticate an application as
a service account.
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder.startScheduler(boolean startScheduler)
Whether the scheduler should be auto started.
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder.startScheduler(String startScheduler)
Whether the scheduler should be auto started.
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder.timeUnit(String timeUnit)
Time unit for initialDelay and delay options.
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder.timeUnit(TimeUnit timeUnit)
Time unit for initialDelay and delay options.
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder.useFixedDelay(boolean useFixedDelay)
Controls if fixed delay or fixed rate is used.
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder.useFixedDelay(String useFixedDelay)
Controls if fixed delay or fixed rate is used.
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder.user(String user)
The email address of the user the application is trying to
impersonate in the service account flow.