| Package | Description |
|---|---|
| org.apache.pulsar.client.api |
Pulsar Client API.
|
| Modifier and Type | Method and Description |
|---|---|
static MessageRoutingMode |
MessageRoutingMode.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
ProducerBuilder<T> |
ProducerBuilder.messageRoutingMode(MessageRoutingMode messageRoutingMode)
Set the
MessageRoutingMode for a partitioned producer. |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.