Uses of Class
io.quarkus.kafka.client.runtime.devui.model.response.KafkaTopic
-
Packages that use KafkaTopic Package Description io.quarkus.kafka.client.runtime.devui io.quarkus.kafka.client.runtime.devui.model.response -
-
Uses of KafkaTopic in io.quarkus.kafka.client.runtime.devui
Methods in io.quarkus.kafka.client.runtime.devui that return types with arguments of type KafkaTopic Modifier and Type Method Description List<KafkaTopic>KafkaJsonRPCService. createTopic(String topicName, int partitions, int replications)List<KafkaTopic>KafkaJsonRPCService. deleteTopic(String topicName)List<KafkaTopic>KafkaJsonRPCService. getTopics()List<KafkaTopic>KafkaUiUtils. getTopics() -
Uses of KafkaTopic in io.quarkus.kafka.client.runtime.devui.model.response
Methods in io.quarkus.kafka.client.runtime.devui.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.devui.model.response with type arguments of type KafkaTopic Constructor Description KafkaInfo(String broker, KafkaClusterInfo clusterInfo, List<KafkaTopic> topics, List<KafkaConsumerGroup> consumerGroups)
-