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