| Package | Description |
|---|---|
| org.apache.pulsar.client.api |
Pulsar Client API.
|
| Modifier and Type | Method and Description |
|---|---|
static ProducerAccessMode |
ProducerAccessMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProducerAccessMode[] |
ProducerAccessMode.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.accessMode(ProducerAccessMode accessMode)
Configure the type of access mode that the producer requires on the topic.
|
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.