@Evolving public class DescribeConfigsResult extends java.lang.Object
AdminClient.describeConfigs(Collection)
call.
The API of this class is evolving, see AdminClient
for details.Modifier and Type | Method | Description |
---|---|---|
KafkaFuture<java.util.Map<ConfigResource,Config>> |
all() |
Return a future which succeeds only if all the config descriptions succeed.
|
java.util.Map<ConfigResource,KafkaFuture<Config>> |
values() |
Return a map from resources to futures which can be used to check the status of the configuration for each
resource.
|
public java.util.Map<ConfigResource,KafkaFuture<Config>> values()
public KafkaFuture<java.util.Map<ConfigResource,Config>> all()