Uses of Class
org.apache.pulsar.client.impl.ProducerBase.MultiSchemaMode
-
Packages that use ProducerBase.MultiSchemaMode Package Description org.apache.pulsar.client.impl Pulsar Client implementation. -
-
Uses of ProducerBase.MultiSchemaMode in org.apache.pulsar.client.impl
Fields in org.apache.pulsar.client.impl declared as ProducerBase.MultiSchemaMode Modifier and Type Field Description protected ProducerBase.MultiSchemaModeProducerBase. multiSchemaModeMethods in org.apache.pulsar.client.impl that return ProducerBase.MultiSchemaMode Modifier and Type Method Description static ProducerBase.MultiSchemaModeProducerBase.MultiSchemaMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ProducerBase.MultiSchemaMode[]ProducerBase.MultiSchemaMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-