Uses of Class
com.azure.storage.queue.models.QueueMessageDecodingError
Packages that use QueueMessageDecodingError
Package
Description
This package contains the classes to perform actions on Azure Storage Queue.
-
Uses of QueueMessageDecodingError in com.azure.storage.queue
Method parameters in com.azure.storage.queue with type arguments of type QueueMessageDecodingErrorModifier and TypeMethodDescriptionQueueClientBuilder.processMessageDecodingError
(Consumer<QueueMessageDecodingError> processMessageDecodingErrorHandler) Sets the handler that performs the tasks needed when a message is received or peaked from the queue but cannot be decoded.QueueServiceClientBuilder.processMessageDecodingError
(Consumer<QueueMessageDecodingError> processMessageDecodingErrorHandler) Sets the handler that performs the tasks needed when a message is received or peaked from the queue but cannot be decoded.QueueClientBuilder.processMessageDecodingErrorAsync
(Function<QueueMessageDecodingError, Mono<Void>> processMessageDecodingErrorAsyncHandler) Sets the asynchronous handler that performs the tasks needed when a message is received or peaked from the queue but cannot be decoded.QueueServiceClientBuilder.processMessageDecodingErrorAsync
(Function<QueueMessageDecodingError, Mono<Void>> processMessageDecodingErrorAsyncHandler) Sets the asynchronous handler that performs the tasks needed when a message is received or peaked from the queue but cannot be decoded.