接口的使用
org.apache.pulsar.client.api.TopicMessageId
使用TopicMessageId的程序包
程序包
说明
Pulsar Client API.
Helpers which provide useful functionality for the implementation of Pulsar Client API.
-
org.apache.pulsar.client.api中TopicMessageId的使用
返回变量类型为TopicMessageId的类型的org.apache.pulsar.client.api中的方法修饰符和类型方法说明Consumer.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()
. -
org.apache.pulsar.client.internal中TopicMessageId的使用