Uses of Enum Class
org.apache.pulsar.client.api.ProducerCryptoFailureAction
Packages that use ProducerCryptoFailureAction
-
Uses of ProducerCryptoFailureAction in org.apache.pulsar.client.api
Methods in org.apache.pulsar.client.api that return ProducerCryptoFailureActionModifier and TypeMethodDescriptionstatic ProducerCryptoFailureAction
Returns the enum constant of this class with the specified name.static ProducerCryptoFailureAction[]
ProducerCryptoFailureAction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.pulsar.client.api with parameters of type ProducerCryptoFailureActionModifier and TypeMethodDescriptionProducerBuilder.cryptoFailureAction
(ProducerCryptoFailureAction action) Set the ProducerCryptoFailureAction to the value specified.