Class KafkaTopic
- java.lang.Object
-
- io.quarkus.kafka.client.runtime.ui.model.response.KafkaTopic
-
public class KafkaTopic extends Object
-
-
Constructor Summary
Constructors Constructor Description KafkaTopic()KafkaTopic(String name, String topicId, int partitionsCount, boolean internal, long nmsg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()longgetNmsg()intgetPartitionsCount()StringgetTopicId()booleanisInternal()StringtoString()
-