default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.accessToken(String accessToken) |
OAuth 2 access token.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.applicationName(String applicationName) |
Google Calendar application name.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.backoffErrorThreshold(int backoffErrorThreshold) |
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.backoffErrorThreshold(String backoffErrorThreshold) |
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.backoffIdleThreshold(int backoffIdleThreshold) |
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.backoffIdleThreshold(String backoffIdleThreshold) |
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
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.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
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.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.AdvancedGoogleCalendarStreamEndpointBuilder.basic() |
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) |
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.bridgeErrorHandler(String bridgeErrorHandler) |
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.calendarId(String calendarId) |
The calendarId to be used.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.clientId(String clientId) |
Client ID of the calendar application.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.clientSecret(String clientSecret) |
Client secret of the calendar application.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.considerLastUpdate(boolean considerLastUpdate) |
Take into account the lastUpdate of the last event polled as start
date for the next poll.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.considerLastUpdate(String considerLastUpdate) |
Take into account the lastUpdate of the last event polled as start
date for the next poll.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.consumeFromNow(boolean consumeFromNow) |
Consume events in the selected calendar from now on.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.consumeFromNow(String consumeFromNow) |
Consume events in the selected calendar from now on.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.delay(long delay) |
Milliseconds before the next poll.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.delay(String delay) |
Milliseconds before the next poll.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.emailAddress(String emailAddress) |
The emailAddress of the Google Service Account.
|
static GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamBuilders.googleCalendarStream(String path) |
Google Calendar Stream (camel-google-calendar)
Poll for changes in a Google Calendar.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamBuilders.googleCalendarStream(String componentName,
String path) |
Google Calendar Stream (camel-google-calendar)
Poll for changes in a Google Calendar.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
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.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
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.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.initialDelay(long initialDelay) |
Milliseconds before the first poll starts.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.initialDelay(String initialDelay) |
Milliseconds before the first poll starts.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.maxResults(int maxResults) |
Max results to be returned.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.maxResults(String maxResults) |
Max results to be returned.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.p12FileName(String p12FileName) |
The name of the p12 file which has the private key to use with the
Google Service Account.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.query(String query) |
The query to execute on calendar.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.refreshToken(String refreshToken) |
OAuth 2 refresh token.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.repeatCount(long repeatCount) |
Specifies a maximum limit of number of fires.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.repeatCount(String repeatCount) |
Specifies a maximum limit of number of fires.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.runLoggingLevel(String runLoggingLevel) |
The consumer logs a start/complete log line when it polls.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel) |
The consumer logs a start/complete log line when it polls.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.scheduledExecutorService(String scheduledExecutorService) |
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.scheduledExecutorService(ScheduledExecutorService scheduledExecutorService) |
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.scheduler(Object scheduler) |
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.scheduler(String scheduler) |
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.schedulerProperties(String key,
Object value) |
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.schedulerProperties(Map values) |
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.scopes(String scopes) |
Specifies the level of permissions you want a calendar application to
have to a user account.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.scopes(List<String> scopes) |
Specifies the level of permissions you want a calendar application to
have to a user account.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
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.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.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 GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.startScheduler(boolean startScheduler) |
Whether the scheduler should be auto started.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.startScheduler(String startScheduler) |
Whether the scheduler should be auto started.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.syncFlow(boolean syncFlow) |
Sync events, see https://developers.google.com/calendar/v3/sync Note:
not compatible with: 'query' and 'considerLastUpdate' parameters.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.syncFlow(String syncFlow) |
Sync events, see https://developers.google.com/calendar/v3/sync Note:
not compatible with: 'query' and 'considerLastUpdate' parameters.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.timeUnit(String timeUnit) |
Time unit for initialDelay and delay options.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.timeUnit(TimeUnit timeUnit) |
Time unit for initialDelay and delay options.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.useFixedDelay(boolean useFixedDelay) |
Controls if fixed delay or fixed rate is used.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.useFixedDelay(String useFixedDelay) |
Controls if fixed delay or fixed rate is used.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder.user(String user) |
The email address of the user the application is trying to
impersonate in the service account flow.
|