Uses of Class
org.springframework.kafka.core.KafkaAdmin
Packages that use KafkaAdmin
Package
Description
Package for kafka core components
Package for kafka listeners
-
Uses of KafkaAdmin in org.springframework.kafka.core
Methods in org.springframework.kafka.core that return KafkaAdminModifier and TypeMethodDescription@Nullable KafkaAdminKafkaTemplate.getKafkaAdmin()Return theKafkaAdmin, used to find the cluster id for observation, if present.Methods in org.springframework.kafka.core with parameters of type KafkaAdminModifier and TypeMethodDescriptionvoidKafkaTemplate.setKafkaAdmin(KafkaAdmin kafkaAdmin) Set theKafkaAdmin, used to find the cluster id for observation, if present. -
Uses of KafkaAdmin in org.springframework.kafka.listener
Methods in org.springframework.kafka.listener that return KafkaAdminModifier and TypeMethodDescription@Nullable KafkaAdminAbstractMessageListenerContainer.getKafkaAdmin()Return theKafkaAdmin, used to find the cluster id for observation, if present.Methods in org.springframework.kafka.listener with parameters of type KafkaAdminModifier and TypeMethodDescriptionvoidAbstractMessageListenerContainer.setKafkaAdmin(KafkaAdmin kafkaAdmin) Set theKafkaAdmin, used to find the cluster id for observation, if present.