Package org.apache.kafka.clients.admin
Class DescribeConfigsOptions
java.lang.Object
org.apache.kafka.clients.admin.AbstractOptions<DescribeConfigsOptions>
org.apache.kafka.clients.admin.DescribeConfigsOptions
Options for 
Admin.describeConfigs(Collection).
 The API of this class is evolving, see Admin for details.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanReturn true if config documentation should be returned in the response.includeDocumentation(boolean includeDocumentation) Set to true if config documentation should be returned in the response.booleanReturn true if synonym configs should be returned in the response.includeSynonyms(boolean includeSynonyms) Set to true if synonym configs should be returned in the response.Set the timeout in milliseconds for this operation ornullif the default api timeout for the AdminClient should be used.Methods inherited from class org.apache.kafka.clients.admin.AbstractOptionstimeoutMs
- 
Constructor Details- 
DescribeConfigsOptionspublic DescribeConfigsOptions()
 
- 
- 
Method Details- 
timeoutMsSet the timeout in milliseconds for this operation ornullif the default api timeout for the AdminClient should be used.- Overrides:
- timeoutMsin class- AbstractOptions<DescribeConfigsOptions>
 
- 
includeSynonymspublic boolean includeSynonyms()Return true if synonym configs should be returned in the response.
- 
includeDocumentationpublic boolean includeDocumentation()Return true if config documentation should be returned in the response.
- 
includeSynonymsSet to true if synonym configs should be returned in the response.
- 
includeDocumentationSet to true if config documentation should be returned in the response.
 
-