Uses of Class
org.apache.pulsar.client.api.ProducerCryptoFailureAction
-
Packages that use ProducerCryptoFailureAction Package Description org.apache.pulsar.client.api Pulsar Client API. -
-
Uses of ProducerCryptoFailureAction in org.apache.pulsar.client.api
Methods in org.apache.pulsar.client.api that return ProducerCryptoFailureAction Modifier and Type Method Description static ProducerCryptoFailureAction
ProducerCryptoFailureAction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ProducerCryptoFailureAction[]
ProducerCryptoFailureAction. 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 ProducerCryptoFailureAction Modifier and Type Method Description ProducerBuilder<T>
ProducerBuilder. cryptoFailureAction(ProducerCryptoFailureAction action)
Sets the ProducerCryptoFailureAction to the value specified.
-