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.-
Constructor Summary
ConstructorsConstructorDescriptionAlterClientQuotasResult
(Map<ClientQuotaEntity, KafkaFuture<Void>> futures) Maps an entity to its alteration result. -
Method Summary