Class MSK2ClientStandardImpl

java.lang.Object
org.apache.camel.component.aws2.msk.client.impl.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 Details

    • MSK2ClientStandardImpl

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

    • 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.