Package org.apache.kafka.common.config
Class Config
- java.lang.Object
- 
- org.apache.kafka.common.config.Config
 
- 
 public class Config extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Config(List<ConfigValue> configValues)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ConfigValue>configValues()
 
- 
- 
- 
Constructor Detail- 
Configpublic Config(List<ConfigValue> configValues) 
 
- 
 - 
Method Detail- 
configValuespublic List<ConfigValue> configValues() 
 
- 
 
-