Uses of Interface
org.apache.camel.builder.endpoint.dsl.GoogleDriveEndpointBuilderFactory.GoogleDriveEndpointConsumerBuilder
Packages that use GoogleDriveEndpointBuilderFactory.GoogleDriveEndpointConsumerBuilder
-
Uses of GoogleDriveEndpointBuilderFactory.GoogleDriveEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of GoogleDriveEndpointBuilderFactory.GoogleDriveEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the Google Drive component.Methods in org.apache.camel.builder.endpoint.dsl that return GoogleDriveEndpointBuilderFactory.GoogleDriveEndpointConsumerBuilderModifier and TypeMethodDescriptionGoogleDriveEndpointBuilderFactory.GoogleDriveEndpointConsumerBuilder.accessToken(String accessToken) OAuth 2 access token.GoogleDriveEndpointBuilderFactory.GoogleDriveEndpointConsumerBuilder.applicationName(String applicationName) Google drive application name.GoogleDriveEndpointBuilderFactory.GoogleDriveEndpointConsumerBuilder.backoffErrorThreshold(int backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.GoogleDriveEndpointBuilderFactory.GoogleDriveEndpointConsumerBuilder.backoffErrorThreshold(String backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.GoogleDriveEndpointBuilderFactory.GoogleDriveEndpointConsumerBuilder.backoffIdleThreshold(int backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.GoogleDriveEndpointBuilderFactory.GoogleDriveEndpointConsumerBuilder.backoffIdleThreshold(String backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.GoogleDriveEndpointBuilderFactory.GoogleDriveEndpointConsumerBuilder.backoffMultiplier(int backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.GoogleDriveEndpointBuilderFactory.GoogleDriveEndpointConsumerBuilder.backoffMultiplier(String backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.GoogleDriveEndpointBuilderFactory.AdvancedGoogleDriveEndpointConsumerBuilder.basic()GoogleDriveEndpointBuilderFactory.GoogleDriveEndpointConsumerBuilder.clientFactory(String clientFactory) To use the GoogleCalendarClientFactory as factory for creating the client.GoogleDriveEndpointBuilderFactory.GoogleDriveEndpointConsumerBuilder.clientFactory(org.apache.camel.component.google.drive.GoogleDriveClientFactory clientFactory) To use the GoogleCalendarClientFactory as factory for creating the client.Client ID of the drive application.GoogleDriveEndpointBuilderFactory.GoogleDriveEndpointConsumerBuilder.clientSecret(String clientSecret) Client secret of the drive application.GoogleDriveEndpointBuilderFactory.GoogleDriveEndpointConsumerBuilder.delay(long delay) Milliseconds before the next poll.Milliseconds before the next poll.Delegate for wide-domain service account.GoogleDriveEndpointBuilderFactory.GoogleDriveEndpointConsumerBuilder.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.GoogleDriveEndpointBuilderFactory.GoogleDriveEndpointConsumerBuilder.initialDelay(long initialDelay) Milliseconds before the first poll starts.GoogleDriveEndpointBuilderFactory.GoogleDriveEndpointConsumerBuilder.initialDelay(String initialDelay) Milliseconds before the first poll starts.GoogleDriveEndpointBuilderFactory.GoogleDriveEndpointConsumerBuilder.refreshToken(String refreshToken) OAuth 2 refresh token.GoogleDriveEndpointBuilderFactory.GoogleDriveEndpointConsumerBuilder.repeatCount(long repeatCount) Specifies a maximum limit of number of fires.GoogleDriveEndpointBuilderFactory.GoogleDriveEndpointConsumerBuilder.repeatCount(String repeatCount) Specifies a maximum limit of number of fires.GoogleDriveEndpointBuilderFactory.GoogleDriveEndpointConsumerBuilder.runLoggingLevel(String runLoggingLevel) The consumer logs a start/complete log line when it polls.GoogleDriveEndpointBuilderFactory.GoogleDriveEndpointConsumerBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel) The consumer logs a start/complete log line when it polls.GoogleDriveEndpointBuilderFactory.GoogleDriveEndpointConsumerBuilder.scheduledExecutorService(String scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.GoogleDriveEndpointBuilderFactory.GoogleDriveEndpointConsumerBuilder.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.GoogleDriveEndpointBuilderFactory.GoogleDriveEndpointConsumerBuilder.schedulerProperties(String key, Object value) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.GoogleDriveEndpointBuilderFactory.GoogleDriveEndpointConsumerBuilder.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 drive application to have to a user account.Specifies the level of permissions you want a drive application to have to a user account.GoogleDriveEndpointBuilderFactory.GoogleDriveEndpointConsumerBuilder.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.GoogleDriveEndpointBuilderFactory.GoogleDriveEndpointConsumerBuilder.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.GoogleDriveEndpointBuilderFactory.GoogleDriveEndpointConsumerBuilder.serviceAccountKey(String serviceAccountKey) Service account key in json format to authenticate an application as a service account.GoogleDriveEndpointBuilderFactory.GoogleDriveEndpointConsumerBuilder.startScheduler(boolean startScheduler) Whether the scheduler should be auto started.GoogleDriveEndpointBuilderFactory.GoogleDriveEndpointConsumerBuilder.startScheduler(String startScheduler) Whether the scheduler should be auto started.Time unit for initialDelay and delay options.Time unit for initialDelay and delay options.GoogleDriveEndpointBuilderFactory.GoogleDriveEndpointConsumerBuilder.useFixedDelay(boolean useFixedDelay) Controls if fixed delay or fixed rate is used.GoogleDriveEndpointBuilderFactory.GoogleDriveEndpointConsumerBuilder.useFixedDelay(String useFixedDelay) Controls if fixed delay or fixed rate is used.