Class Config
java.lang.Object
org.apache.kafka.clients.admin.Config
A configuration object containing the configuration entries for a resource.
Constructor Summary
ConstructorsConstructorDescriptionConfig(Collection<ConfigEntry> entries) Create a configuration instance with the provided entries.Method Summary
Constructor Details
Config
Create a configuration instance with the provided entries.
Method Details
entries
Configuration entries for a resource.get
Get the configuration entry with the provided name or null if there isn't one.equals
hashCode
toString