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