Uses of Class
io.quarkus.kafka.client.runtime.ui.model.response.KafkaAclEntry
-
Packages that use KafkaAclEntry Package Description io.quarkus.kafka.client.runtime.ui.model.response -
-
Uses of KafkaAclEntry in io.quarkus.kafka.client.runtime.ui.model.response
Methods in io.quarkus.kafka.client.runtime.ui.model.response that return types with arguments of type KafkaAclEntry Modifier and Type Method Description List<KafkaAclEntry>KafkaAclInfo. getEntries()Constructor parameters in io.quarkus.kafka.client.runtime.ui.model.response with type arguments of type KafkaAclEntry Constructor Description KafkaAclInfo(String clusterId, String broker, String aclOperations, List<KafkaAclEntry> entries)
-