| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static AwsMqComponentBuilderFactory.AwsMqComponentBuilder |
ComponentsBuilderFactory.awsMq()
AWS MQ (camel-aws-mq)
The aws-mq is used for managing Amazon MQ instances.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AwsMqComponentBuilderFactory.AwsMqComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default AwsMqComponentBuilderFactory.AwsMqComponentBuilder |
AwsMqComponentBuilderFactory.AwsMqComponentBuilder.accessKey(String accessKey)
Amazon AWS Access Key.
|
static AwsMqComponentBuilderFactory.AwsMqComponentBuilder |
AwsMqComponentBuilderFactory.awsMq()
AWS MQ (camel-aws-mq)
The aws-mq is used for managing Amazon MQ instances.
|
default AwsMqComponentBuilderFactory.AwsMqComponentBuilder |
AwsMqComponentBuilderFactory.AwsMqComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default AwsMqComponentBuilderFactory.AwsMqComponentBuilder |
AwsMqComponentBuilderFactory.AwsMqComponentBuilder.configuration(org.apache.camel.component.aws.mq.MQConfiguration configuration)
The AWS MQ default configuration.
|
default AwsMqComponentBuilderFactory.AwsMqComponentBuilder |
AwsMqComponentBuilderFactory.AwsMqComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default AwsMqComponentBuilderFactory.AwsMqComponentBuilder |
AwsMqComponentBuilderFactory.AwsMqComponentBuilder.region(String region)
The region in which MQ client needs to work.
|
default AwsMqComponentBuilderFactory.AwsMqComponentBuilder |
AwsMqComponentBuilderFactory.AwsMqComponentBuilder.secretKey(String secretKey)
Amazon AWS Secret Key.
|
Apache Camel