类 MultiMessageIdImpl
java.lang.Object
org.apache.pulsar.client.impl.MultiMessageIdImpl
- 所有已实现的接口:
Serializable,Comparable<MessageId>,MessageId
已过时。
A MessageId implementation that contains a map of <partitionName, MessageId>.
This is useful when MessageId is need for partition/multi-topics/pattern consumer.
e.g. seek(), ackCumulative(), getLastMessageId().
- 另请参阅:
-
字段概要
-
方法概要
-
方法详细资料
-
toByteArray
public byte[] toByteArray()已过时。- 指定者:
toByteArray在接口中MessageId
-
hashCode
public int hashCode()已过时。 -
compareTo
已过时。- 指定者:
compareTo在接口中Comparable<MessageId>
-
equals
已过时。
-