public class KafkaTopicProperties extends Object
| Constructor and Description |
|---|
KafkaTopicProperties() |
| Modifier and Type | Method and Description |
|---|---|
List<io.vertx.kafka.admin.NewTopic> |
createNewTopics() |
Long |
getDeleteRetentionMillis() |
String |
getName() |
Integer |
getPartitions() |
Integer |
getReplicationFactor() |
void |
setDeleteRetentionMillis(Long deleteRetentionMillis) |
void |
setName(String name) |
void |
setPartitions(Integer partitions) |
void |
setReplicationFactor(Integer replicationFactor) |
public String getName()
public void setName(String name)
public Integer getPartitions()
public void setPartitions(Integer partitions)
public Integer getReplicationFactor()
public void setReplicationFactor(Integer replicationFactor)
public Long getDeleteRetentionMillis()
public void setDeleteRetentionMillis(Long deleteRetentionMillis)
public List<io.vertx.kafka.admin.NewTopic> createNewTopics()
Copyright © 2020. All rights reserved.