Uses of Interface
org.apache.camel.builder.endpoint.dsl.MQ2EndpointBuilderFactory.MQ2EndpointBuilder
Packages that use MQ2EndpointBuilderFactory.MQ2EndpointBuilder
-
Uses of MQ2EndpointBuilderFactory.MQ2EndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return MQ2EndpointBuilderFactory.MQ2EndpointBuilderModifier and TypeMethodDescriptionAWS MQ (camel-aws2-mq) Send messages to AWS MQ.AWS MQ (camel-aws2-mq) Send messages to AWS MQ. -
Uses of MQ2EndpointBuilderFactory.MQ2EndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return MQ2EndpointBuilderFactory.MQ2EndpointBuilderModifier and TypeMethodDescriptionAmazon AWS Access Key.AWS MQ (camel-aws2-mq) Send messages to AWS MQ.AWS MQ (camel-aws2-mq) Send messages to AWS MQ.MQ2EndpointBuilderFactory.AdvancedMQ2EndpointBuilder.basic()MQ2EndpointBuilderFactory.endpointBuilder(String componentName, String path) The operation to perform.MQ2EndpointBuilderFactory.MQ2EndpointBuilder.operation(org.apache.camel.component.aws2.mq.MQ2Operations operation) The operation to perform.MQ2EndpointBuilderFactory.MQ2EndpointBuilder.overrideEndpoint(boolean overrideEndpoint) Set the need for overidding the endpoint.MQ2EndpointBuilderFactory.MQ2EndpointBuilder.overrideEndpoint(String overrideEndpoint) Set the need for overidding the endpoint.MQ2EndpointBuilderFactory.MQ2EndpointBuilder.pojoRequest(boolean pojoRequest) If we want to use a POJO request as body or not.MQ2EndpointBuilderFactory.MQ2EndpointBuilder.pojoRequest(String pojoRequest) If we want to use a POJO request as body or not.MQ2EndpointBuilderFactory.MQ2EndpointBuilder.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.To define a proxy port when instantiating the MQ client.MQ2EndpointBuilderFactory.MQ2EndpointBuilder.proxyProtocol(String proxyProtocol) To define a proxy protocol when instantiating the MQ client.MQ2EndpointBuilderFactory.MQ2EndpointBuilder.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.MQ2EndpointBuilderFactory.MQ2EndpointBuilder.trustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.MQ2EndpointBuilderFactory.MQ2EndpointBuilder.trustAllCertificates(String trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.MQ2EndpointBuilderFactory.MQ2EndpointBuilder.uriEndpointOverride(String uriEndpointOverride) Set the overriding uri endpoint.MQ2EndpointBuilderFactory.MQ2EndpointBuilder.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.MQ2EndpointBuilderFactory.MQ2EndpointBuilder.useDefaultCredentialsProvider(String 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.MQ2EndpointBuilderFactory.MQ2EndpointBuilder.useProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the MQ client should expect to load credentials through a profile credentials provider.MQ2EndpointBuilderFactory.MQ2EndpointBuilder.useProfileCredentialsProvider(String useProfileCredentialsProvider) Set whether the MQ client should expect to load credentials through a profile credentials provider.