Uses of Interface
org.apache.camel.builder.endpoint.dsl.OBSEndpointBuilderFactory.OBSEndpointConsumerBuilder
Packages that use OBSEndpointBuilderFactory.OBSEndpointConsumerBuilder
-
Uses of OBSEndpointBuilderFactory.OBSEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of OBSEndpointBuilderFactory.OBSEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the Huawei Object Storage Service (OBS) component.Methods in org.apache.camel.builder.endpoint.dsl that return OBSEndpointBuilderFactory.OBSEndpointConsumerBuilderModifier and TypeMethodDescriptionAccess key for the cloud user.OBSEndpointBuilderFactory.OBSEndpointConsumerBuilder.backoffErrorThreshold(int backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.OBSEndpointBuilderFactory.OBSEndpointConsumerBuilder.backoffErrorThreshold(String backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.OBSEndpointBuilderFactory.OBSEndpointConsumerBuilder.backoffIdleThreshold(int backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.OBSEndpointBuilderFactory.OBSEndpointConsumerBuilder.backoffIdleThreshold(String backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.OBSEndpointBuilderFactory.OBSEndpointConsumerBuilder.backoffMultiplier(int backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.OBSEndpointBuilderFactory.OBSEndpointConsumerBuilder.backoffMultiplier(String backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.OBSEndpointBuilderFactory.AdvancedOBSEndpointConsumerBuilder.basic()OBSEndpointBuilderFactory.OBSEndpointConsumerBuilder.bucketName(String bucketName) Name of bucket to perform operation on.OBSEndpointBuilderFactory.OBSEndpointConsumerBuilder.delay(long delay) Milliseconds before the next poll.Milliseconds before the next poll.OBSEndpointBuilderFactory.OBSEndpointConsumerBuilder.deleteAfterRead(boolean deleteAfterRead) Determines if objects should be deleted after it has been retrieved.OBSEndpointBuilderFactory.OBSEndpointConsumerBuilder.deleteAfterRead(String deleteAfterRead) Determines if objects should be deleted after it has been retrieved.The character used for grouping object names.OBSEndpointBuilderFactory.OBSEndpointConsumerBuilder.destinationBucket(String destinationBucket) Name of destination bucket where objects will be moved when moveAfterRead is set to true.OBS url.Get the object from the bucket with the given file name.OBSEndpointBuilderFactory.OBSEndpointConsumerBuilder.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.OBSEndpointBuilderFactory.OBSEndpointConsumerBuilder.ignoreSslVerification(boolean ignoreSslVerification) Ignore SSL verification.OBSEndpointBuilderFactory.OBSEndpointConsumerBuilder.ignoreSslVerification(String ignoreSslVerification) Ignore SSL verification.OBSEndpointBuilderFactory.OBSEndpointConsumerBuilder.includeFolders(boolean includeFolders) If true, objects in folders will be consumed.OBSEndpointBuilderFactory.OBSEndpointConsumerBuilder.includeFolders(String includeFolders) If true, objects in folders will be consumed.OBSEndpointBuilderFactory.OBSEndpointConsumerBuilder.initialDelay(long initialDelay) Milliseconds before the first poll starts.OBSEndpointBuilderFactory.OBSEndpointConsumerBuilder.initialDelay(String initialDelay) Milliseconds before the first poll starts.OBSEndpointBuilderFactory.OBSEndpointConsumerBuilder.maxMessagesPerPoll(int maxMessagesPerPoll) The maximum number of messages to poll at each polling.OBSEndpointBuilderFactory.OBSEndpointConsumerBuilder.maxMessagesPerPoll(String maxMessagesPerPoll) The maximum number of messages to poll at each polling.OBSEndpointBuilderFactory.OBSEndpointConsumerBuilder.moveAfterRead(boolean moveAfterRead) Determines whether objects should be moved to a different bucket after they have been retrieved.OBSEndpointBuilderFactory.OBSEndpointConsumerBuilder.moveAfterRead(String moveAfterRead) Determines whether objects should be moved to a different bucket after they have been retrieved.OBSEndpointBuilderFactory.OBSEndpointConsumerBuilder.objectName(String objectName) Name of object to perform operation with.The object name prefix used for filtering objects to be listed.Proxy server ip/hostname.OBSEndpointBuilderFactory.OBSEndpointConsumerBuilder.proxyPassword(String proxyPassword) Proxy authentication password.OBSEndpointBuilderFactory.OBSEndpointConsumerBuilder.proxyPort(int proxyPort) Proxy server port.Proxy server port.Proxy authentication user.OBS service region.OBSEndpointBuilderFactory.OBSEndpointConsumerBuilder.repeatCount(long repeatCount) Specifies a maximum limit of number of fires.OBSEndpointBuilderFactory.OBSEndpointConsumerBuilder.repeatCount(String repeatCount) Specifies a maximum limit of number of fires.OBSEndpointBuilderFactory.OBSEndpointConsumerBuilder.runLoggingLevel(String runLoggingLevel) The consumer logs a start/complete log line when it polls.OBSEndpointBuilderFactory.OBSEndpointConsumerBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel) The consumer logs a start/complete log line when it polls.OBSEndpointBuilderFactory.OBSEndpointConsumerBuilder.scheduledExecutorService(String scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.OBSEndpointBuilderFactory.OBSEndpointConsumerBuilder.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.OBSEndpointBuilderFactory.OBSEndpointConsumerBuilder.schedulerProperties(String key, Object value) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.OBSEndpointBuilderFactory.OBSEndpointConsumerBuilder.schedulerProperties(Map values) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.Secret key for the cloud user.OBSEndpointBuilderFactory.OBSEndpointConsumerBuilder.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.OBSEndpointBuilderFactory.OBSEndpointConsumerBuilder.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.OBSEndpointBuilderFactory.OBSEndpointConsumerBuilder.serviceKeys(String serviceKeys) Configuration object for cloud service authentication.OBSEndpointBuilderFactory.OBSEndpointConsumerBuilder.serviceKeys(org.apache.camel.component.huaweicloud.common.models.ServiceKeys serviceKeys) Configuration object for cloud service authentication.OBSEndpointBuilderFactory.OBSEndpointConsumerBuilder.startScheduler(boolean startScheduler) Whether the scheduler should be auto started.OBSEndpointBuilderFactory.OBSEndpointConsumerBuilder.startScheduler(String startScheduler) Whether the scheduler should be auto started.Time unit for initialDelay and delay options.Time unit for initialDelay and delay options.OBSEndpointBuilderFactory.OBSEndpointConsumerBuilder.useFixedDelay(boolean useFixedDelay) Controls if fixed delay or fixed rate is used.OBSEndpointBuilderFactory.OBSEndpointConsumerBuilder.useFixedDelay(String useFixedDelay) Controls if fixed delay or fixed rate is used.