Uses of Class
io.quarkus.kafka.client.runtime.ui.model.response.KafkaMessage
-
Packages that use KafkaMessage Package Description io.quarkus.kafka.client.runtime.ui.model.converter io.quarkus.kafka.client.runtime.ui.model.response -
-
Uses of KafkaMessage in io.quarkus.kafka.client.runtime.ui.model.converter
Methods in io.quarkus.kafka.client.runtime.ui.model.converter that return KafkaMessage Modifier and Type Method Description KafkaMessageKafkaModelConverter. convert(org.apache.kafka.clients.consumer.ConsumerRecord<org.apache.kafka.common.utils.Bytes,org.apache.kafka.common.utils.Bytes> message) -
Uses of KafkaMessage 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 KafkaMessage Modifier and Type Method Description Collection<KafkaMessage>KafkaMessagePage. getMessages()Constructor parameters in io.quarkus.kafka.client.runtime.ui.model.response with type arguments of type KafkaMessage Constructor Description KafkaMessagePage(Map<Integer,Long> nextOffsets, Collection<KafkaMessage> messages)
-