Package org.apache.kafka.clients.admin
Class ConfigEntry.ConfigSynonym
java.lang.Object
org.apache.kafka.clients.admin.ConfigEntry.ConfigSynonym
- Enclosing class:
- ConfigEntry
Class representing a configuration synonym of a 
ConfigEntry.- 
Method Details- 
nameReturns the name of this configuration.
- 
valueReturns the value of this configuration, which may be null if the configuration is sensitive.
- 
sourceReturns the source of this configuration.
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-