Uses of Class
io.quarkus.kafka.client.runtime.ui.model.Order
-
Packages that use Order Package Description io.quarkus.kafka.client.runtime.ui io.quarkus.kafka.client.runtime.ui.model io.quarkus.kafka.client.runtime.ui.model.request -
-
Uses of Order in io.quarkus.kafka.client.runtime.ui
Methods in io.quarkus.kafka.client.runtime.ui with parameters of type Order Modifier and Type Method Description Map<Integer,Long>KafkaTopicClient. getPagePartitionOffset(String topicName, Collection<Integer> requestedPartitions, Order order)KafkaMessagePageKafkaTopicClient. 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.ui.model
Methods in io.quarkus.kafka.client.runtime.ui.model that return Order Modifier and Type Method Description static OrderOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static Order[]Order. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Order in io.quarkus.kafka.client.runtime.ui.model.request
Methods in io.quarkus.kafka.client.runtime.ui.model.request that return Order Modifier and Type Method Description OrderKafkaMessagesRequest. getOrder()OrderKafkaOffsetRequest. getOrder()Constructors in io.quarkus.kafka.client.runtime.ui.model.request with parameters of type Order Constructor Description KafkaMessagesRequest(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)
-