| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static AwsMskComponentBuilderFactory.AwsMskComponentBuilder |
ComponentsBuilderFactory.awsMsk()
AWS MSK (camel-aws-msk)
The aws-msk is used for managing Amazon MSK
Category: cloud,management
Since: 3.0
Maven coordinates: org.apache.camel:camel-aws-msk
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AwsMskComponentBuilderFactory.AwsMskComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default AwsMskComponentBuilderFactory.AwsMskComponentBuilder |
AwsMskComponentBuilderFactory.AwsMskComponentBuilder.accessKey(String accessKey)
Amazon AWS Access Key.
|
static AwsMskComponentBuilderFactory.AwsMskComponentBuilder |
AwsMskComponentBuilderFactory.awsMsk()
AWS MSK (camel-aws-msk)
The aws-msk is used for managing Amazon MSK
Category: cloud,management
Since: 3.0
Maven coordinates: org.apache.camel:camel-aws-msk
|
default AwsMskComponentBuilderFactory.AwsMskComponentBuilder |
AwsMskComponentBuilderFactory.AwsMskComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default AwsMskComponentBuilderFactory.AwsMskComponentBuilder |
AwsMskComponentBuilderFactory.AwsMskComponentBuilder.configuration(org.apache.camel.component.aws.msk.MSKConfiguration configuration)
The AWS MSK default configuration.
|
default AwsMskComponentBuilderFactory.AwsMskComponentBuilder |
AwsMskComponentBuilderFactory.AwsMskComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default AwsMskComponentBuilderFactory.AwsMskComponentBuilder |
AwsMskComponentBuilderFactory.AwsMskComponentBuilder.region(String region)
The region in which MSK client needs to work.
|
default AwsMskComponentBuilderFactory.AwsMskComponentBuilder |
AwsMskComponentBuilderFactory.AwsMskComponentBuilder.secretKey(String secretKey)
Amazon AWS Secret Key.
|
Apache Camel