| Package | Description |
|---|---|
| org.apache.pulsar.client.api |
Pulsar Client API.
|
| Modifier and Type | Method and Description |
|---|---|
static ConsumerCryptoFailureAction |
ConsumerCryptoFailureAction.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
ConsumerBuilder<T> |
ConsumerBuilder.cryptoFailureAction(ConsumerCryptoFailureAction action)
Sets the ConsumerCryptoFailureAction to the value specified.
|
ReaderBuilder<T> |
ReaderBuilder.cryptoFailureAction(ConsumerCryptoFailureAction action)
Sets the
ConsumerCryptoFailureAction to specify. |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.