Class MSK2ClientStandardImpl

  • All Implemented Interfaces:
    MSK2InternalClient

    public class MSK2ClientStandardImpl
    extends Object
    implements MSK2InternalClient
    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

      • MSK2ClientStandardImpl

        public MSK2ClientStandardImpl​(MSK2Configuration configuration)
        Constructor that uses the config file.
    • Method Detail

      • getKafkaClient

        public software.amazon.awssdk.services.kafka.KafkaClient getKafkaClient()
        Getting the MQ AWS client that is used.
        Specified by:
        getKafkaClient in interface MSK2InternalClient
        Returns:
        Amazon MQ Client.