Uses of Class
org.apache.pulsar.client.api.ProducerAccessMode
-
Packages that use ProducerAccessMode Package Description org.apache.pulsar.client.api Pulsar Client API. -
-
Uses of ProducerAccessMode in org.apache.pulsar.client.api
Methods in org.apache.pulsar.client.api that return ProducerAccessMode Modifier and Type Method Description static ProducerAccessMode
ProducerAccessMode. valueOf(java.lang.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.Methods in org.apache.pulsar.client.api with parameters of type ProducerAccessMode Modifier and Type Method Description ProducerBuilder<T>
ProducerBuilder. accessMode(ProducerAccessMode accessMode)
Configure the type of access mode that the producer requires on the topic.
-