Uses of Class
org.apache.pulsar.common.api.proto.CommandFlow
-
Packages that use CommandFlow Package Description org.apache.pulsar.common.api.proto org.apache.pulsar.common.protocol Common protocol. -
-
Uses of CommandFlow in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return CommandFlow Modifier and Type Method Description CommandFlowCommandFlow. clear()CommandFlowCommandFlow. clearConsumerId()CommandFlowCommandFlow. clearMessagePermits()CommandFlowCommandFlow. copyFrom(CommandFlow _other)CommandFlowBaseCommand. getFlow()CommandFlowCommandFlow. setConsumerId(long consumerId)CommandFlowBaseCommand. setFlow()CommandFlowCommandFlow. setMessagePermits(int messagePermits)Methods in org.apache.pulsar.common.api.proto with parameters of type CommandFlow Modifier and Type Method Description CommandFlowCommandFlow. copyFrom(CommandFlow _other) -
Uses of CommandFlow in org.apache.pulsar.common.protocol
Methods in org.apache.pulsar.common.protocol with parameters of type CommandFlow Modifier and Type Method Description protected voidPulsarDecoder. handleFlow(CommandFlow flow)
-