Uses of Class
org.apache.pulsar.common.api.proto.CommandReachedEndOfTopic
-
Packages that use CommandReachedEndOfTopic Package Description org.apache.pulsar.common.api.proto org.apache.pulsar.common.protocol Common protocol. -
-
Uses of CommandReachedEndOfTopic in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return CommandReachedEndOfTopic Modifier and Type Method Description CommandReachedEndOfTopicCommandReachedEndOfTopic. clear()CommandReachedEndOfTopicCommandReachedEndOfTopic. clearConsumerId()CommandReachedEndOfTopicCommandReachedEndOfTopic. copyFrom(CommandReachedEndOfTopic _other)CommandReachedEndOfTopicBaseCommand. getReachedEndOfTopic()CommandReachedEndOfTopicCommandReachedEndOfTopic. setConsumerId(long consumerId)CommandReachedEndOfTopicBaseCommand. setReachedEndOfTopic()Methods in org.apache.pulsar.common.api.proto with parameters of type CommandReachedEndOfTopic Modifier and Type Method Description CommandReachedEndOfTopicCommandReachedEndOfTopic. copyFrom(CommandReachedEndOfTopic _other) -
Uses of CommandReachedEndOfTopic in org.apache.pulsar.common.protocol
Methods in org.apache.pulsar.common.protocol with parameters of type CommandReachedEndOfTopic Modifier and Type Method Description protected voidPulsarDecoder. handleReachedEndOfTopic(CommandReachedEndOfTopic commandReachedEndOfTopic)
-