@Value.Immutable
public static interface Plugin.Item
| Modifier and Type | Method and Description |
|---|---|
Object |
getDefaultValue() |
String |
getDoc() |
String |
getGroup() |
org.apache.kafka.common.config.ConfigDef.Importance |
getImportance() |
String |
getName() |
org.apache.kafka.common.config.ConfigDef.Type |
getType() |
org.apache.kafka.common.config.ConfigDef.Validator |
getValidator() |
boolean |
isRequired() |
String getName()
org.apache.kafka.common.config.ConfigDef.Importance getImportance()
String getDoc()
@Nullable org.apache.kafka.common.config.ConfigDef.Validator getValidator()
org.apache.kafka.common.config.ConfigDef.Type getType()
String getGroup()
boolean isRequired()
Copyright © 2016–2025. All rights reserved.