Uses of Enum Class
io.quarkus.kafka.client.runtime.devui.model.Order
Packages that use Order
Package
Description
-
Uses of Order in io.quarkus.kafka.client.runtime.devui
Methods in io.quarkus.kafka.client.runtime.devui with parameters of type OrderModifier and TypeMethodDescriptionKafkaTopicClient.getPagePartitionOffset(String topicName, Collection<Integer> requestedPartitions, Order order) KafkaTopicClient.getTopicMessages(String topicName, Order order, Map<Integer, Long> partitionOffsets, int pageSize) Reads the messages from particular topic. -
Uses of Order in io.quarkus.kafka.client.runtime.devui.model
Methods in io.quarkus.kafka.client.runtime.devui.model that return Order -
Uses of Order in io.quarkus.kafka.client.runtime.devui.model.request
Methods in io.quarkus.kafka.client.runtime.devui.model.request that return OrderConstructors in io.quarkus.kafka.client.runtime.devui.model.request with parameters of type OrderModifierConstructorDescriptionKafkaMessagesRequest(String topicName, Order order, int pageSize, int pageNumber) KafkaMessagesRequest(String topicName, Order order, int pageSize, Map<Integer, Long> partitionOffset) KafkaOffsetRequest(String topicName, List<Integer> requestedPartitions, Order order)