public static class CreateTopicsResult.TopicMetadataAndConfig extends Object
Constructor and Description |
---|
TopicMetadataAndConfig(ApiException exception) |
TopicMetadataAndConfig(Uuid topicId,
int numPartitions,
int replicationFactor,
Config config) |
Modifier and Type | Method and Description |
---|---|
Config |
config() |
int |
numPartitions() |
int |
replicationFactor() |
Uuid |
topicId() |
public TopicMetadataAndConfig(Uuid topicId, int numPartitions, int replicationFactor, Config config)
public TopicMetadataAndConfig(ApiException exception)