Uses of Class
io.quarkus.kafka.client.runtime.ui.model.response.KafkaTopic
-
Packages that use KafkaTopic Package Description io.quarkus.kafka.client.runtime.ui io.quarkus.kafka.client.runtime.ui.model.response -
-
Uses of KafkaTopic in io.quarkus.kafka.client.runtime.ui
Methods in io.quarkus.kafka.client.runtime.ui that return types with arguments of type KafkaTopic Modifier and Type Method Description List<KafkaTopic>KafkaUiUtils. getTopics() -
Uses of KafkaTopic in io.quarkus.kafka.client.runtime.ui.model.response
Methods in io.quarkus.kafka.client.runtime.ui.model.response that return types with arguments of type KafkaTopic Modifier and Type Method Description List<KafkaTopic>KafkaInfo. getTopics()Constructor parameters in io.quarkus.kafka.client.runtime.ui.model.response with type arguments of type KafkaTopic Constructor Description KafkaInfo(String broker, KafkaClusterInfo clusterInfo, List<KafkaTopic> topics, List<KafkaConsumerGroup> consumerGroups)
-