Uses of Enum Class
org.apache.pulsar.client.api.ConsumerCryptoFailureAction
Packages that use ConsumerCryptoFailureAction
-
Uses of ConsumerCryptoFailureAction in org.apache.pulsar.client.api
Methods in org.apache.pulsar.client.api that return ConsumerCryptoFailureActionModifier and TypeMethodDescriptionstatic ConsumerCryptoFailureActionReturns the enum constant of this class with the specified name.static ConsumerCryptoFailureAction[]ConsumerCryptoFailureAction.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 ConsumerCryptoFailureActionModifier and TypeMethodDescriptionConsumerBuilder.cryptoFailureAction(ConsumerCryptoFailureAction action) Sets the ConsumerCryptoFailureAction to the value specified.ReaderBuilder.cryptoFailureAction(ConsumerCryptoFailureAction action) Sets theConsumerCryptoFailureActionto specify.TableViewBuilder.cryptoFailureAction(ConsumerCryptoFailureAction action) Set theConsumerCryptoFailureActionto specify.