Uses of Class
org.apache.pulsar.common.api.proto.CommandUnsubscribe
-
Packages that use CommandUnsubscribe Package Description org.apache.pulsar.common.api.proto org.apache.pulsar.common.protocol Common protocol. -
-
Uses of CommandUnsubscribe in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return CommandUnsubscribe Modifier and Type Method Description CommandUnsubscribeCommandUnsubscribe. clear()CommandUnsubscribeCommandUnsubscribe. clearConsumerId()CommandUnsubscribeCommandUnsubscribe. clearRequestId()CommandUnsubscribeCommandUnsubscribe. copyFrom(CommandUnsubscribe _other)CommandUnsubscribeBaseCommand. getUnsubscribe()CommandUnsubscribeCommandUnsubscribe. setConsumerId(long consumerId)CommandUnsubscribeCommandUnsubscribe. setRequestId(long requestId)CommandUnsubscribeBaseCommand. setUnsubscribe()Methods in org.apache.pulsar.common.api.proto with parameters of type CommandUnsubscribe Modifier and Type Method Description CommandUnsubscribeCommandUnsubscribe. copyFrom(CommandUnsubscribe _other) -
Uses of CommandUnsubscribe in org.apache.pulsar.common.protocol
Methods in org.apache.pulsar.common.protocol with parameters of type CommandUnsubscribe Modifier and Type Method Description protected voidPulsarDecoder. handleUnsubscribe(CommandUnsubscribe unsubscribe)
-