Interface MSK2InternalClient

All Known Implementing Classes:
MSK2ClientOptimizedImpl, MSK2ClientProfileOptimizedImpl, MSK2ClientSessionTokenImpl, MSK2ClientStandardImpl

public interface MSK2InternalClient
Manage the required actions of a Kafka client for either local or remote.
  • Method Summary

    Modifier and Type
    Method
    Description
    software.amazon.awssdk.services.kafka.KafkaClient
    Returns an Kafka client after a factory method determines which one to return.
  • Method Details

    • getKafkaClient

      software.amazon.awssdk.services.kafka.KafkaClient getKafkaClient()
      Returns an Kafka client after a factory method determines which one to return.
      Returns:
      KafkaClient KafkaClient