Uses of Class
org.apache.pulsar.common.api.proto.CommandGetLastMessageId
-
Packages that use CommandGetLastMessageId Package Description org.apache.pulsar.common.api.proto org.apache.pulsar.common.protocol Common protocol. -
-
Uses of CommandGetLastMessageId in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return CommandGetLastMessageId Modifier and Type Method Description CommandGetLastMessageIdCommandGetLastMessageId. clear()CommandGetLastMessageIdCommandGetLastMessageId. clearConsumerId()CommandGetLastMessageIdCommandGetLastMessageId. clearRequestId()CommandGetLastMessageIdCommandGetLastMessageId. copyFrom(CommandGetLastMessageId _other)CommandGetLastMessageIdBaseCommand. getGetLastMessageId()CommandGetLastMessageIdCommandGetLastMessageId. setConsumerId(long consumerId)CommandGetLastMessageIdBaseCommand. setGetLastMessageId()CommandGetLastMessageIdCommandGetLastMessageId. setRequestId(long requestId)Methods in org.apache.pulsar.common.api.proto with parameters of type CommandGetLastMessageId Modifier and Type Method Description CommandGetLastMessageIdCommandGetLastMessageId. copyFrom(CommandGetLastMessageId _other) -
Uses of CommandGetLastMessageId in org.apache.pulsar.common.protocol
Methods in org.apache.pulsar.common.protocol with parameters of type CommandGetLastMessageId Modifier and Type Method Description protected voidPulsarDecoder. handleGetLastMessageId(CommandGetLastMessageId getLastMessageId)
-