Class MQ2ClientStandardImpl

  • All Implemented Interfaces:
    MQ2InternalClient

    public class MQ2ClientStandardImpl
    extends Object
    implements MQ2InternalClient
    Manage an AWS MQ client for all users to use. This implementation is for local instances to use a static and solid credential set.
    • Constructor Detail

      • MQ2ClientStandardImpl

        public MQ2ClientStandardImpl​(MQ2Configuration configuration)
        Constructor that uses the config file.
    • Method Detail

      • getMqClient

        public software.amazon.awssdk.services.mq.MqClient getMqClient()
        Getting the MQ AWS client that is used.
        Specified by:
        getMqClient in interface MQ2InternalClient
        Returns:
        Amazon MQ Client.