Package org.apache.kafka.clients.admin
Class CreateTopicsResult.TopicMetadataAndConfig
- java.lang.Object
-
- org.apache.kafka.clients.admin.CreateTopicsResult.TopicMetadataAndConfig
-
- Enclosing class:
- CreateTopicsResult
public static class CreateTopicsResult.TopicMetadataAndConfig extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Config
config()
int
numPartitions()
int
replicationFactor()
Uuid
topicId()
-