Uses of Interface
org.apache.camel.builder.component.dsl.Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder
Packages that use Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder
-
Uses of Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return Aws2MskComponentBuilderFactory.Aws2MskComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.aws2Msk()AWS Managed Streaming for Apache Kafka (MSK) (camel-aws2-msk) Manage AWS MSK instances. -
Uses of Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement Aws2MskComponentBuilderFactory.Aws2MskComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return Aws2MskComponentBuilderFactory.Aws2MskComponentBuilderModifier and TypeMethodDescriptionAmazon AWS Access Key.Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.Aws2MskComponentBuilderFactory.aws2Msk()AWS Managed Streaming for Apache Kafka (MSK) (camel-aws2-msk) Manage AWS MSK instances.Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder.configuration(org.apache.camel.component.aws2.msk.MSK2Configuration configuration) Component configuration.Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder.healthCheckConsumerEnabled(boolean healthCheckConsumerEnabled) Used for enabling or disabling all consumer based health checks from this component.Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder.healthCheckProducerEnabled(boolean healthCheckProducerEnabled) Used for enabling or disabling all producer based health checks from this component.Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder.mskClient(software.amazon.awssdk.services.kafka.KafkaClient mskClient) To use an existing configured AWS MSK client.Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder.operation(org.apache.camel.component.aws2.msk.MSK2Operations operation) The operation to perform.Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder.overrideEndpoint(boolean overrideEndpoint) Set the need for overriding the endpoint.Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder.pojoRequest(boolean pojoRequest) If we want to use a POJO request as body or not.Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder.profileCredentialsName(String profileCredentialsName) If using a profile credentials provider, this parameter will set the profile name.To define a proxy host when instantiating the MSK client.To define a proxy port when instantiating the MSK client.Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) To define a proxy protocol when instantiating the MSK client.The region in which the MSK client needs to work.Amazon AWS Secret Key.Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder.sessionToken(String sessionToken) Amazon AWS Session Token used when the user needs to assume an IAM role.Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder.trustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder.uriEndpointOverride(String uriEndpointOverride) Set the overriding uri endpoint.Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder.useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider) Set whether the Kafka client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder.useProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the MSK client should expect to load credentials through a profile credentials provider.Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder.useSessionCredentials(boolean useSessionCredentials) Set whether the MSK client should expect to use Session Credentials.