| Package | Description |
|---|---|
| org.apache.pulsar.common.api.proto | |
| org.apache.pulsar.common.protocol |
Common protocol.
|
| Modifier and Type | Method and Description |
|---|---|
ProducerAccessMode |
CommandProducer.getProducerAccessMode() |
static ProducerAccessMode |
ProducerAccessMode.valueOf(int n) |
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 |
|---|---|
CommandProducer |
CommandProducer.setProducerAccessMode(ProducerAccessMode producerAccessMode) |
| Modifier and Type | Method and Description |
|---|---|
static ProducerAccessMode |
Commands.convertProducerAccessMode(ProducerAccessMode accessMode) |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.