Uses of Class
org.apache.pulsar.client.api.MessageRoutingMode
-
Packages that use MessageRoutingMode Package Description org.apache.pulsar.client.api Pulsar Client API. -
-
Uses of MessageRoutingMode in org.apache.pulsar.client.api
Methods in org.apache.pulsar.client.api that return MessageRoutingMode Modifier and Type Method Description static MessageRoutingMode
MessageRoutingMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MessageRoutingMode[]
MessageRoutingMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pulsar.client.api with parameters of type MessageRoutingMode Modifier and Type Method Description ProducerBuilder<T>
ProducerBuilder. messageRoutingMode(MessageRoutingMode messageRoutingMode)
Set theMessageRoutingMode
for a partitioned producer.
-