Uses of Class
org.apache.camel.component.aws2.mq.MQ2Configuration
Packages that use MQ2Configuration
Package
Description
-
Uses of MQ2Configuration in org.apache.camel.component.aws2.mq
Methods in org.apache.camel.component.aws2.mq that return MQ2ConfigurationModifier and TypeMethodDescriptionMQ2Configuration.copy()MQ2Component.getConfiguration()MQ2Endpoint.getConfiguration()protected MQ2ConfigurationMQ2Producer.getConfiguration()Methods in org.apache.camel.component.aws2.mq with parameters of type MQ2ConfigurationModifier and TypeMethodDescriptionvoidMQ2Component.setConfiguration(MQ2Configuration configuration) Component configurationConstructors in org.apache.camel.component.aws2.mq with parameters of type MQ2ConfigurationModifierConstructorDescriptionMQ2Endpoint(String uri, org.apache.camel.Component component, MQ2Configuration configuration) -
Uses of MQ2Configuration in org.apache.camel.component.aws2.mq.client
Methods in org.apache.camel.component.aws2.mq.client with parameters of type MQ2ConfigurationModifier and TypeMethodDescriptionstatic MQ2InternalClientMQ2ClientFactory.getMqClient(MQ2Configuration configuration) Return the correct AWS Mq client (based on remote vs local). -
Uses of MQ2Configuration in org.apache.camel.component.aws2.mq.client.impl
Constructors in org.apache.camel.component.aws2.mq.client.impl with parameters of type MQ2ConfigurationModifierConstructorDescriptionMQ2ClientOptimizedImpl(MQ2Configuration configuration) Constructor that uses the config file.MQ2ClientProfileOptimizedImpl(MQ2Configuration configuration) Constructor that uses the config file.MQ2ClientSessionTokenImpl(MQ2Configuration configuration) Constructor that uses the config file.MQ2ClientStandardImpl(MQ2Configuration configuration) Constructor that uses the config file.