Uses of Interface
org.apache.camel.builder.endpoint.dsl.Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder
Packages that use Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder
-
Uses of Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the AWS Kinesis component.Methods in org.apache.camel.builder.endpoint.dsl that return Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilderModifier and TypeMethodDescriptionAmazon AWS Access Key.Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder.backoffErrorThreshold(int backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder.backoffErrorThreshold(String backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder.backoffIdleThreshold(int backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder.backoffIdleThreshold(String backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder.backoffMultiplier(int backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder.backoffMultiplier(String backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.Kinesis2EndpointBuilderFactory.AdvancedKinesis2EndpointConsumerBuilder.basic()Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder.cborEnabled(boolean cborEnabled) This option will set the CBOR_ENABLED property during the execution.Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder.cborEnabled(String cborEnabled) This option will set the CBOR_ENABLED property during the execution.Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder.delay(long delay) Milliseconds before the next poll.Milliseconds before the next poll.Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder.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.Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder.initialDelay(long initialDelay) Milliseconds before the first poll starts.Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder.initialDelay(String initialDelay) Milliseconds before the first poll starts.Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder.iteratorType(String iteratorType) Defines where in the Kinesis stream to start getting records.Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder.iteratorType(software.amazon.awssdk.services.kinesis.model.ShardIteratorType iteratorType) Defines where in the Kinesis stream to start getting records.Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder.maxResultsPerRequest(int maxResultsPerRequest) Maximum number of records that will be fetched in each poll.Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder.maxResultsPerRequest(String maxResultsPerRequest) Maximum number of records that will be fetched in each poll.Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder.overrideEndpoint(boolean overrideEndpoint) Set the need for overidding the endpoint.Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder.overrideEndpoint(String overrideEndpoint) Set the need for overidding the endpoint.Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder.profileCredentialsName(String profileCredentialsName) If using a profile credentials provider this parameter will set the profile name.To define a proxy host when instantiating the Kinesis client.To define a proxy port when instantiating the Kinesis client.To define a proxy port when instantiating the Kinesis client.Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder.proxyProtocol(String proxyProtocol) To define a proxy protocol when instantiating the Kinesis client.Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) To define a proxy protocol when instantiating the Kinesis client.The region in which Kinesis Firehose client needs to work.Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder.repeatCount(long repeatCount) Specifies a maximum limit of number of fires.Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder.repeatCount(String repeatCount) Specifies a maximum limit of number of fires.Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder.runLoggingLevel(String runLoggingLevel) The consumer logs a start/complete log line when it polls.Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel) The consumer logs a start/complete log line when it polls.Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder.scheduledExecutorService(String scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder.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.Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder.schedulerProperties(String key, Object value) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder.schedulerProperties(Map values) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.Amazon AWS Secret Key.Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder.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.Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder.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.Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder.sequenceNumber(String sequenceNumber) The sequence number to start polling from.Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder.shardClosed(String shardClosed) Define what will be the behavior in case of shard closed.Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder.shardClosed(org.apache.camel.component.aws2.kinesis.Kinesis2ShardClosedStrategyEnum shardClosed) Define what will be the behavior in case of shard closed.Defines which shardId in the Kinesis stream to get records from.Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder.startScheduler(boolean startScheduler) Whether the scheduler should be auto started.Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder.startScheduler(String startScheduler) Whether the scheduler should be auto started.Time unit for initialDelay and delay options.Time unit for initialDelay and delay options.Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder.trustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder.trustAllCertificates(String trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder.uriEndpointOverride(String uriEndpointOverride) Set the overriding uri endpoint.Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder.useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider) Set whether the Kinesis client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder.useDefaultCredentialsProvider(String useDefaultCredentialsProvider) Set whether the Kinesis client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder.useFixedDelay(boolean useFixedDelay) Controls if fixed delay or fixed rate is used.Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder.useFixedDelay(String useFixedDelay) Controls if fixed delay or fixed rate is used.Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder.useProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the Kinesis client should expect to load credentials through a profile credentials provider.Kinesis2EndpointBuilderFactory.Kinesis2EndpointConsumerBuilder.useProfileCredentialsProvider(String useProfileCredentialsProvider) Set whether the Kinesis client should expect to load credentials through a profile credentials provider.