Uses of Interface
org.apache.pulsar.client.api.TopicMessageId
Packages that use TopicMessageId
Package
Description
Pulsar Client API.
Helpers which provide useful functionality for the implementation of Pulsar Client API.
-
Uses of TopicMessageId in org.apache.pulsar.client.api
Methods in org.apache.pulsar.client.api that return TopicMessageIdMethods in org.apache.pulsar.client.api that return types with arguments of type TopicMessageIdModifier and TypeMethodDescriptionConsumer.getLastMessageIds()
Get all the last message id of the topics the consumer subscribed.Reader.getLastMessageIds()
Get all the last message id of the topics the reader subscribed.Consumer.getLastMessageIdsAsync()
The asynchronous version ofConsumer.getLastMessageIds()
.Reader.getLastMessageIdsAsync()
The asynchronous version ofReader.getLastMessageIds()
. -
Uses of TopicMessageId in org.apache.pulsar.client.internal
Methods in org.apache.pulsar.client.internal that return TopicMessageIdModifier and TypeMethodDescriptionPulsarClientImplementationBinding.newTopicMessageId
(String topic, MessageId messageId)