Uses of Class
io.quarkus.kafka.client.runtime.ui.model.response.KafkaNode
-
Packages that use KafkaNode Package Description io.quarkus.kafka.client.runtime.ui.model.response -
-
Uses of KafkaNode in io.quarkus.kafka.client.runtime.ui.model.response
Methods in io.quarkus.kafka.client.runtime.ui.model.response that return KafkaNode Modifier and Type Method Description KafkaNodeKafkaClusterInfo. getController()Methods in io.quarkus.kafka.client.runtime.ui.model.response that return types with arguments of type KafkaNode Modifier and Type Method Description List<KafkaNode>KafkaClusterInfo. getNodes()Constructors in io.quarkus.kafka.client.runtime.ui.model.response with parameters of type KafkaNode Constructor Description KafkaClusterInfo(String id, KafkaNode controller, List<KafkaNode> nodes, String aclOperations)Constructor parameters in io.quarkus.kafka.client.runtime.ui.model.response with type arguments of type KafkaNode Constructor Description KafkaClusterInfo(String id, KafkaNode controller, List<KafkaNode> nodes, String aclOperations)
-