Uses of Enum Class
org.apache.pulsar.client.api.ProducerConfiguration.MessageRoutingMode
Packages that use ProducerConfiguration.MessageRoutingMode
-
Uses of ProducerConfiguration.MessageRoutingMode in org.apache.pulsar.client.api
Methods in org.apache.pulsar.client.api that return ProducerConfiguration.MessageRoutingModeModifier and TypeMethodDescriptionProducerConfiguration.getMessageRoutingMode()Deprecated.Get the message routing mode for the partitioned producer.Deprecated.Returns the enum constant of this class with the specified name.ProducerConfiguration.MessageRoutingMode.values()Deprecated.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 ProducerConfiguration.MessageRoutingModeModifier and TypeMethodDescriptionProducerConfiguration.setMessageRoutingMode(ProducerConfiguration.MessageRoutingMode messageRouteMode) Deprecated.Set the message routing mode for the partitioned producer.