| Package | Description |
|---|---|
| org.apache.pulsar.client.api |
| Modifier and Type | Method and Description |
|---|---|
ProducerConfiguration.MessageRoutingMode |
ProducerConfiguration.getMessageRoutingMode()
Deprecated.
Get the message routing mode for the partitioned producer.
|
static ProducerConfiguration.MessageRoutingMode |
ProducerConfiguration.MessageRoutingMode.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ProducerConfiguration.MessageRoutingMode[] |
ProducerConfiguration.MessageRoutingMode.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ProducerConfiguration |
ProducerConfiguration.setMessageRoutingMode(ProducerConfiguration.MessageRoutingMode messageRouteMode)
Deprecated.
Set the message routing mode for the partitioned producer.
|
Copyright © 2017–2018 Apache Software Foundation. All rights reserved.