Package org.apache.kafka.clients.admin
Class AlterClientQuotasResult
java.lang.Object
org.apache.kafka.clients.admin.AlterClientQuotasResult
The result of the
Admin.alterClientQuotas(Collection, AlterClientQuotasOptions) call.
The API of this class is evolving, see Admin for details.-
Constructor Summary
ConstructorsConstructorDescriptionAlterClientQuotasResult(Map<org.apache.kafka.common.quota.ClientQuotaEntity, org.apache.kafka.common.KafkaFuture<Void>> futures) Maps an entity to its alteration result. -
Method Summary
-
Constructor Details
-
Method Details