Uses of Interface
software.amazon.awssdk.services.kafka.KafkaBaseClientBuilder
-
Packages that use KafkaBaseClientBuilder Package Description software.amazon.awssdk.services.kafka The operations for managing an Amazon MSK cluster. -
-
Uses of KafkaBaseClientBuilder in software.amazon.awssdk.services.kafka
Classes in software.amazon.awssdk.services.kafka with type parameters of type KafkaBaseClientBuilder Modifier and Type Interface Description interfaceKafkaBaseClientBuilder<B extends KafkaBaseClientBuilder<B,C>,C>This includes configuration specific to Kafka that is supported by bothKafkaClientBuilderandKafkaAsyncClientBuilder.Subinterfaces of KafkaBaseClientBuilder in software.amazon.awssdk.services.kafka Modifier and Type Interface Description interfaceKafkaAsyncClientBuilderA builder for creating an instance ofKafkaAsyncClient.interfaceKafkaClientBuilderA builder for creating an instance ofKafkaClient.
-