Package org.apache.kafka.common.config

Interface Summary
ConfigDef.Validator Validation logic the user may provide
 

Class Summary
AbstractConfig A convenient base class for configurations to extend.
ConfigDef This class is used for specifying the set of expected configurations, their type, their defaults, their documentation, and any special validation logic used for checking the correctness of the values the user provides.
ConfigDef.Range Validation logic for numeric ranges
ConfigDef.ValidString  
 

Enum Summary
ConfigDef.Importance  
ConfigDef.Type The config types
 

Exception Summary
ConfigException Thrown if the user supplies an invalid configuration