Uses of Interface
org.apache.camel.builder.endpoint.dsl.IBMCOSEndpointBuilderFactory.IBMCOSEndpointConsumerBuilder
Packages that use IBMCOSEndpointBuilderFactory.IBMCOSEndpointConsumerBuilder
-
Uses of IBMCOSEndpointBuilderFactory.IBMCOSEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of IBMCOSEndpointBuilderFactory.IBMCOSEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the IBM Cloud Object Storage component.Methods in org.apache.camel.builder.endpoint.dsl that return IBMCOSEndpointBuilderFactory.IBMCOSEndpointConsumerBuilderModifier and TypeMethodDescriptionIBM Cloud API Key for authentication.IBMCOSEndpointBuilderFactory.IBMCOSEndpointConsumerBuilder.autoCreateBucket(boolean autoCreateBucket) Automatically create the bucket if it doesn't exist.IBMCOSEndpointBuilderFactory.IBMCOSEndpointConsumerBuilder.autoCreateBucket(String autoCreateBucket) Automatically create the bucket if it doesn't exist.IBMCOSEndpointBuilderFactory.IBMCOSEndpointConsumerBuilder.backoffErrorThreshold(int backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.IBMCOSEndpointBuilderFactory.IBMCOSEndpointConsumerBuilder.backoffErrorThreshold(String backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.IBMCOSEndpointBuilderFactory.IBMCOSEndpointConsumerBuilder.backoffIdleThreshold(int backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.IBMCOSEndpointBuilderFactory.IBMCOSEndpointConsumerBuilder.backoffIdleThreshold(String backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.IBMCOSEndpointBuilderFactory.IBMCOSEndpointConsumerBuilder.backoffMultiplier(int backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.IBMCOSEndpointBuilderFactory.IBMCOSEndpointConsumerBuilder.backoffMultiplier(String backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.IBMCOSEndpointBuilderFactory.AdvancedIBMCOSEndpointConsumerBuilder.basic()IBMCOSEndpointBuilderFactory.IBMCOSEndpointConsumerBuilder.delay(long delay) Milliseconds before the next poll.Milliseconds before the next poll.IBMCOSEndpointBuilderFactory.IBMCOSEndpointConsumerBuilder.deleteAfterRead(boolean deleteAfterRead) Delete the object from IBM COS after it has been retrieved.IBMCOSEndpointBuilderFactory.IBMCOSEndpointConsumerBuilder.deleteAfterRead(String deleteAfterRead) Delete the object from IBM COS after it has been retrieved.The delimiter to use for listing objects.IBMCOSEndpointBuilderFactory.IBMCOSEndpointConsumerBuilder.destinationBucket(String destinationBucket) The destination bucket to move objects to.IBMCOSEndpointBuilderFactory.IBMCOSEndpointConsumerBuilder.destinationBucketPrefix(String destinationBucketPrefix) The prefix to add to objects in the destination bucket.IBMCOSEndpointBuilderFactory.IBMCOSEndpointConsumerBuilder.destinationBucketSuffix(String destinationBucketSuffix) The suffix to add to objects in the destination bucket.IBMCOSEndpointBuilderFactory.IBMCOSEndpointConsumerBuilder.endpointUrl(String endpointUrl) IBM COS Endpoint URL (e.g., https://s3.us-south.cloud-object-storage.appdomain.cloud) Note that some operations requires to use a regional endpoint URL instead of a cross-region one.To get the object from the bucket with the given file name.IBMCOSEndpointBuilderFactory.IBMCOSEndpointConsumerBuilder.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.IBMCOSEndpointBuilderFactory.IBMCOSEndpointConsumerBuilder.includeBody(boolean includeBody) Include the object body in the exchange.IBMCOSEndpointBuilderFactory.IBMCOSEndpointConsumerBuilder.includeBody(String includeBody) Include the object body in the exchange.IBMCOSEndpointBuilderFactory.IBMCOSEndpointConsumerBuilder.includeFolders(boolean includeFolders) Include folders/directories when listing objects.IBMCOSEndpointBuilderFactory.IBMCOSEndpointConsumerBuilder.includeFolders(String includeFolders) Include folders/directories when listing objects.IBMCOSEndpointBuilderFactory.IBMCOSEndpointConsumerBuilder.initialDelay(long initialDelay) Milliseconds before the first poll starts.IBMCOSEndpointBuilderFactory.IBMCOSEndpointConsumerBuilder.initialDelay(String initialDelay) Milliseconds before the first poll starts.IBM COS Location/Region (e.g., us-south, eu-gb).IBMCOSEndpointBuilderFactory.IBMCOSEndpointConsumerBuilder.maxMessagesPerPoll(int maxMessagesPerPoll) Gets the maximum number of messages as a limit to poll at each polling.IBMCOSEndpointBuilderFactory.IBMCOSEndpointConsumerBuilder.maxMessagesPerPoll(String maxMessagesPerPoll) Gets the maximum number of messages as a limit to poll at each polling.IBMCOSEndpointBuilderFactory.IBMCOSEndpointConsumerBuilder.moveAfterRead(boolean moveAfterRead) Move the object to a different bucket after it has been retrieved.IBMCOSEndpointBuilderFactory.IBMCOSEndpointConsumerBuilder.moveAfterRead(String moveAfterRead) Move the object to a different bucket after it has been retrieved.The prefix to use for listing objects.IBMCOSEndpointBuilderFactory.IBMCOSEndpointConsumerBuilder.repeatCount(long repeatCount) Specifies a maximum limit of number of fires.IBMCOSEndpointBuilderFactory.IBMCOSEndpointConsumerBuilder.repeatCount(String repeatCount) Specifies a maximum limit of number of fires.IBMCOSEndpointBuilderFactory.IBMCOSEndpointConsumerBuilder.runLoggingLevel(String runLoggingLevel) The consumer logs a start/complete log line when it polls.IBMCOSEndpointBuilderFactory.IBMCOSEndpointConsumerBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel) The consumer logs a start/complete log line when it polls.IBMCOSEndpointBuilderFactory.IBMCOSEndpointConsumerBuilder.scheduledExecutorService(String scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.IBMCOSEndpointBuilderFactory.IBMCOSEndpointConsumerBuilder.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.IBMCOSEndpointBuilderFactory.IBMCOSEndpointConsumerBuilder.schedulerProperties(String key, Object value) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.IBMCOSEndpointBuilderFactory.IBMCOSEndpointConsumerBuilder.schedulerProperties(Map values) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.IBMCOSEndpointBuilderFactory.IBMCOSEndpointConsumerBuilder.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.IBMCOSEndpointBuilderFactory.IBMCOSEndpointConsumerBuilder.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.IBMCOSEndpointBuilderFactory.IBMCOSEndpointConsumerBuilder.serviceInstanceId(String serviceInstanceId) IBM COS Service Instance ID (CRN).IBMCOSEndpointBuilderFactory.IBMCOSEndpointConsumerBuilder.startScheduler(boolean startScheduler) Whether the scheduler should be auto started.IBMCOSEndpointBuilderFactory.IBMCOSEndpointConsumerBuilder.startScheduler(String startScheduler) Whether the scheduler should be auto started.Time unit for initialDelay and delay options.Time unit for initialDelay and delay options.IBMCOSEndpointBuilderFactory.IBMCOSEndpointConsumerBuilder.useFixedDelay(boolean useFixedDelay) Controls if fixed delay or fixed rate is used.IBMCOSEndpointBuilderFactory.IBMCOSEndpointConsumerBuilder.useFixedDelay(String useFixedDelay) Controls if fixed delay or fixed rate is used.