Uses of Enum Class
org.apache.pulsar.functions.proto.Function.CryptoSpec.FailureAction
-
Uses of Function.CryptoSpec.FailureAction in org.apache.pulsar.functions.proto
Methods in org.apache.pulsar.functions.proto that return Function.CryptoSpec.FailureActionModifier and TypeMethodDescriptionFunction.CryptoSpec.FailureAction.forNumber(int value) Function.CryptoSpec.Builder.getConsumerCryptoFailureAction()define the action if consumer fail to decrypt data one of FAIL, DISCARD, CONSUMEFunction.CryptoSpec.getConsumerCryptoFailureAction()define the action if consumer fail to decrypt data one of FAIL, DISCARD, CONSUMEFunction.CryptoSpecOrBuilder.getConsumerCryptoFailureAction()define the action if consumer fail to decrypt data one of FAIL, DISCARD, CONSUMEFunction.CryptoSpec.Builder.getProducerCryptoFailureAction()define the action if producer fail to encrypt data one of FAIL, SENDFunction.CryptoSpec.getProducerCryptoFailureAction()define the action if producer fail to encrypt data one of FAIL, SENDFunction.CryptoSpecOrBuilder.getProducerCryptoFailureAction()define the action if producer fail to encrypt data one of FAIL, SENDFunction.CryptoSpec.FailureAction.valueOf(int value) Deprecated.Function.CryptoSpec.FailureAction.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static Function.CryptoSpec.FailureAction[]Function.CryptoSpec.FailureAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.pulsar.functions.proto that return types with arguments of type Function.CryptoSpec.FailureActionModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Function.CryptoSpec.FailureAction>Function.CryptoSpec.FailureAction.internalGetValueMap()Methods in org.apache.pulsar.functions.proto with parameters of type Function.CryptoSpec.FailureActionModifier and TypeMethodDescriptionFunction.CryptoSpec.Builder.setConsumerCryptoFailureAction(Function.CryptoSpec.FailureAction value) define the action if consumer fail to decrypt data one of FAIL, DISCARD, CONSUMEFunction.CryptoSpec.Builder.setProducerCryptoFailureAction(Function.CryptoSpec.FailureAction value) define the action if producer fail to encrypt data one of FAIL, SEND