Uses of Enum Class
org.apache.pulsar.client.api.MessageRoutingMode
Packages that use MessageRoutingMode
-
Uses of MessageRoutingMode in org.apache.pulsar.client.api
Methods in org.apache.pulsar.client.api that return MessageRoutingModeModifier and TypeMethodDescriptionstatic MessageRoutingModeReturns the enum constant of this class with the specified name.static MessageRoutingMode[]MessageRoutingMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.pulsar.client.api with parameters of type MessageRoutingModeModifier and TypeMethodDescriptionProducerBuilder.messageRoutingMode(MessageRoutingMode messageRoutingMode) Set theMessageRoutingModefor a partitioned producer.