Uses of Class
org.apache.pulsar.common.api.proto.CommandWatchTopicListSuccess
Packages that use CommandWatchTopicListSuccess
Package
Description
Common protocol.
-
Uses of CommandWatchTopicListSuccess in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return CommandWatchTopicListSuccessModifier and TypeMethodDescriptionCommandWatchTopicListSuccess.addAllTopics(Iterable<String> topics) CommandWatchTopicListSuccess.clear()CommandWatchTopicListSuccess.clearRequestId()CommandWatchTopicListSuccess.clearTopic()CommandWatchTopicListSuccess.clearTopicsHash()CommandWatchTopicListSuccess.clearWatcherId()CommandWatchTopicListSuccess.copyFrom(CommandWatchTopicListSuccess _other) BaseCommand.getWatchTopicListSuccess()CommandWatchTopicListSuccess.setRequestId(long requestId) CommandWatchTopicListSuccess.setTopicsHash(String topicsHash) CommandWatchTopicListSuccess.setWatcherId(long watcherId) BaseCommand.setWatchTopicListSuccess()Methods in org.apache.pulsar.common.api.proto with parameters of type CommandWatchTopicListSuccessModifier and TypeMethodDescriptionCommandWatchTopicListSuccess.copyFrom(CommandWatchTopicListSuccess _other) -
Uses of CommandWatchTopicListSuccess in org.apache.pulsar.common.protocol
Methods in org.apache.pulsar.common.protocol with parameters of type CommandWatchTopicListSuccessModifier and TypeMethodDescriptionprotected voidPulsarDecoder.handleCommandWatchTopicListSuccess(CommandWatchTopicListSuccess commandWatchTopicListSuccess)