Uses of Class
io.quarkus.kafka.client.runtime.devui.model.response.KafkaTopic
Packages that use KafkaTopic
Package
Description
-
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 KafkaTopicModifier and TypeMethodDescriptionKafkaJsonRPCService.createTopic(String topicName, int partitions, int replications) KafkaJsonRPCService.deleteTopic(String topicName) KafkaJsonRPCService.getTopics()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 KafkaTopicConstructor parameters in io.quarkus.kafka.client.runtime.devui.model.response with type arguments of type KafkaTopicModifierConstructorDescriptionKafkaInfo(String broker, KafkaClusterInfo clusterInfo, List<KafkaTopic> topics, List<KafkaConsumerGroup> consumerGroups)