Uses of Interface
org.apache.camel.builder.endpoint.dsl.GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointConsumerBuilder
Packages that use GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointConsumerBuilder
-
Uses of GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the Google Sheets component.Methods in org.apache.camel.builder.endpoint.dsl that return GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointConsumerBuilderModifier and TypeMethodDescriptionGoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointConsumerBuilder.accessToken(String accessToken) OAuth 2 access token.GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointConsumerBuilder.applicationName(String applicationName) Google Sheets application name.GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointConsumerBuilder.backoffErrorThreshold(int backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointConsumerBuilder.backoffErrorThreshold(String backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointConsumerBuilder.backoffIdleThreshold(int backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointConsumerBuilder.backoffIdleThreshold(String backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointConsumerBuilder.backoffMultiplier(int backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointConsumerBuilder.backoffMultiplier(String backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.GoogleSheetsEndpointBuilderFactory.AdvancedGoogleSheetsEndpointConsumerBuilder.basic()Client ID of the sheets application.GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointConsumerBuilder.clientSecret(String clientSecret) Client secret of the sheets application.GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointConsumerBuilder.delay(long delay) Milliseconds before the next poll.Milliseconds before the next poll.Delegate for wide-domain service account.GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointConsumerBuilder.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.Sets the name of a parameter to be passed in the exchange In Body.GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointConsumerBuilder.initialDelay(long initialDelay) Milliseconds before the first poll starts.GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointConsumerBuilder.initialDelay(String initialDelay) Milliseconds before the first poll starts.GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointConsumerBuilder.refreshToken(String refreshToken) OAuth 2 refresh token.GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointConsumerBuilder.repeatCount(long repeatCount) Specifies a maximum limit of number of fires.GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointConsumerBuilder.repeatCount(String repeatCount) Specifies a maximum limit of number of fires.GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointConsumerBuilder.runLoggingLevel(String runLoggingLevel) The consumer logs a start/complete log line when it polls.GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointConsumerBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel) The consumer logs a start/complete log line when it polls.GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointConsumerBuilder.scheduledExecutorService(String scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointConsumerBuilder.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.GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointConsumerBuilder.schedulerProperties(String key, Object value) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointConsumerBuilder.schedulerProperties(Map values) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.Specifies the level of permissions you want a sheets application to have to a user account.GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointConsumerBuilder.scopes(Collection<String> scopes) Specifies the level of permissions you want a sheets application to have to a user account.GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointConsumerBuilder.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.GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointConsumerBuilder.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.GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointConsumerBuilder.serviceAccountKey(String serviceAccountKey) Sets .json file with credentials for Service account.GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointConsumerBuilder.splitResult(boolean splitResult) When consumer return an array or collection this will generate one exchange per element, and their routes will be executed once for each exchange.GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointConsumerBuilder.splitResult(String splitResult) When consumer return an array or collection this will generate one exchange per element, and their routes will be executed once for each exchange.GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointConsumerBuilder.startScheduler(boolean startScheduler) Whether the scheduler should be auto started.GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointConsumerBuilder.startScheduler(String startScheduler) Whether the scheduler should be auto started.Time unit for initialDelay and delay options.Time unit for initialDelay and delay options.GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointConsumerBuilder.useFixedDelay(boolean useFixedDelay) Controls if fixed delay or fixed rate is used.GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointConsumerBuilder.useFixedDelay(String useFixedDelay) Controls if fixed delay or fixed rate is used.