| 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 2 MSK (camel-aws2-msk)
The aws2-msk is used for managing Amazon MSK
Category: cloud,management
Since: 3.1
Maven coordinates: org.apache.camel:camel-aws2-msk
|
| 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.
|
static Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder |
Aws2MskComponentBuilderFactory.aws2Msk()
AWS 2 MSK (camel-aws2-msk)
The aws2-msk is used for managing Amazon MSK
Category: cloud,management
Since: 3.1
Maven coordinates: org.apache.camel:camel-aws2-msk
|
default Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder |
Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder |
Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder.configuration(org.apache.camel.component.aws2.msk.MSK2Configuration configuration)
The AWS MSK default 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.region(String region)
The region in which MSK client needs to work.
|
default Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder |
Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder.secretKey(String secretKey)
Amazon AWS Secret Key.
|
Apache Camel