Package org.apache.kafka.clients.admin
Class DescribeFeaturesResult
java.lang.Object
org.apache.kafka.clients.admin.DescribeFeaturesResult
public class DescribeFeaturesResult extends Object
The result of the 
Admin.describeFeatures(DescribeFeaturesOptions) call.
 The API of this class is evolving, see Admin for details.- 
Method Summary
Modifier and Type Method Description KafkaFuture<FeatureMetadata>featureMetadata() 
- 
Method Details
- 
featureMetadata
 
 -