| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder |
ComponentsBuilderFactory.aws2Msk()
AWS Managed Streaming for Apache Kafka (MSK) (camel-aws2-msk)
Manage AWS MSK instances using AWS SDK version 2.x.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Aws2MskComponentBuilderFactory.Aws2MskComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder |
Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder.accessKey(String accessKey)
Amazon AWS Access Key.
|
default Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder |
Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder.autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
static Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder |
Aws2MskComponentBuilderFactory.aws2Msk()
AWS Managed Streaming for Apache Kafka (MSK) (camel-aws2-msk)
Manage AWS MSK instances using AWS SDK version 2.x.
|
default Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder |
Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder.configuration(org.apache.camel.component.aws2.msk.MSK2Configuration configuration)
Component configuration.
|
default Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder |
Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder |
Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder.mskClient(software.amazon.awssdk.services.kafka.KafkaClient mskClient)
To use a existing configured AWS MSK as client.
|
default Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder |
Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder.operation(org.apache.camel.component.aws2.msk.MSK2Operations operation)
The operation to perform.
|
default Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder |
Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder.overrideEndpoint(boolean overrideEndpoint)
Set the need for overidding the endpoint.
|
default Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder |
Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder.pojoRequest(boolean pojoRequest)
If we want to use a POJO request as body or not.
|
default Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder |
Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder.proxyHost(String proxyHost)
To define a proxy host when instantiating the MSK client.
|
default Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder |
Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder.proxyPort(Integer proxyPort)
To define a proxy port when instantiating the MSK client.
|
default Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder |
Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol)
To define a proxy protocol when instantiating the MSK client.
|
default Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder |
Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder.region(String region)
The region in which MSK client needs to work.
|
default Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder |
Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder.secretKey(String secretKey)
Amazon AWS Secret Key.
|
default Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder |
Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder.trustAllCertificates(boolean trustAllCertificates)
If we want to trust all certificates in case of overriding the
endpoint.
|
default Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder |
Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder.uriEndpointOverride(String uriEndpointOverride)
Set the overriding uri endpoint.
|
default Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder |
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.
|
Apache Camel