Uses of Interface
org.apache.camel.builder.endpoint.dsl.Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder
Packages that use Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder
-
Uses of Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.aws2Ddbstream(String path) AWS DynamoDB Streams (camel-aws2-ddb) Receive messages from AWS DynamoDB Stream.StaticEndpointBuilders.aws2Ddbstream(String componentName, String path) AWS DynamoDB Streams (camel-aws2-ddb) Receive messages from AWS DynamoDB Stream. -
Uses of Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilderModifier and TypeMethodDescriptionAmazon AWS Access Key.Ddb2StreamEndpointBuilderFactory.Ddb2StreamBuilders.aws2Ddbstream(String path) AWS DynamoDB Streams (camel-aws2-ddb) Receive messages from AWS DynamoDB Stream.Ddb2StreamEndpointBuilderFactory.Ddb2StreamBuilders.aws2Ddbstream(String componentName, String path) AWS DynamoDB Streams (camel-aws2-ddb) Receive messages from AWS DynamoDB Stream.Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder.backoffErrorThreshold(int backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder.backoffErrorThreshold(String backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder.backoffIdleThreshold(int backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder.backoffIdleThreshold(String backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder.backoffMultiplier(int backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder.backoffMultiplier(String backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.Ddb2StreamEndpointBuilderFactory.AdvancedDdb2StreamEndpointBuilder.basic()Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder.delay(long delay) Milliseconds before the next poll.Milliseconds before the next poll.Ddb2StreamEndpointBuilderFactory.endpointBuilder(String componentName, String path) Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder.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.Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder.initialDelay(long initialDelay) Milliseconds before the first poll starts.Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder.initialDelay(String initialDelay) Milliseconds before the first poll starts.Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder.maxResultsPerRequest(int maxResultsPerRequest) Maximum number of records that will be fetched in each poll.Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder.maxResultsPerRequest(String maxResultsPerRequest) Maximum number of records that will be fetched in each poll.Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder.overrideEndpoint(boolean overrideEndpoint) Set the need for overidding the endpoint.Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder.overrideEndpoint(String overrideEndpoint) Set the need for overidding the endpoint.Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder.profileCredentialsName(String profileCredentialsName) If using a profile credentials provider this parameter will set the profile name.To define a proxy host when instantiating the DDBStreams client.To define a proxy port when instantiating the DDBStreams client.To define a proxy port when instantiating the DDBStreams client.Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder.proxyProtocol(String proxyProtocol) To define a proxy protocol when instantiating the DDBStreams client.Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) To define a proxy protocol when instantiating the DDBStreams client.The region in which DDBStreams client needs to work.Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder.repeatCount(long repeatCount) Specifies a maximum limit of number of fires.Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder.repeatCount(String repeatCount) Specifies a maximum limit of number of fires.Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder.runLoggingLevel(String runLoggingLevel) The consumer logs a start/complete log line when it polls.Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel) The consumer logs a start/complete log line when it polls.Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder.scheduledExecutorService(String scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder.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.Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder.schedulerProperties(String key, Object value) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder.schedulerProperties(Map values) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.Amazon AWS Secret Key.Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder.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.Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder.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.Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder.startScheduler(boolean startScheduler) Whether the scheduler should be auto started.Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder.startScheduler(String startScheduler) Whether the scheduler should be auto started.Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder.streamIteratorType(String streamIteratorType) Defines where in the DynamoDB stream to start getting records.Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder.streamIteratorType(org.apache.camel.component.aws2.ddbstream.Ddb2StreamConfiguration.StreamIteratorType streamIteratorType) Defines where in the DynamoDB stream to start getting records.Time unit for initialDelay and delay options.Time unit for initialDelay and delay options.Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder.trustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder.trustAllCertificates(String trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder.uriEndpointOverride(String uriEndpointOverride) Set the overriding uri endpoint.Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder.useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider) Set whether the DynamoDB Streams client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder.useDefaultCredentialsProvider(String useDefaultCredentialsProvider) Set whether the DynamoDB Streams client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder.useFixedDelay(boolean useFixedDelay) Controls if fixed delay or fixed rate is used.Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder.useFixedDelay(String useFixedDelay) Controls if fixed delay or fixed rate is used.Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder.useProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the Cloudtrail client should expect to load credentials through a profile credentials provider.Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder.useProfileCredentialsProvider(String useProfileCredentialsProvider) Set whether the Cloudtrail client should expect to load credentials through a profile credentials provider.