Uses of Class
com.azure.messaging.servicebus.ServiceBusErrorContext
Package
Description
Package containing classes for creating
ServiceBusSenderAsyncClient
,
ServiceBusProcessorClient
, and
ServiceBusReceiverAsyncClient
to perform operations on Azure Service Bus.-
Uses of ServiceBusErrorContext in com.azure.messaging.servicebus
Modifier and TypeMethodDescriptionServiceBusClientBuilder.ServiceBusProcessorClientBuilder.processError
(Consumer<ServiceBusErrorContext> processError) The error handler for the processor which will be invoked in the event of an error while receiving messages.ServiceBusClientBuilder.ServiceBusSessionProcessorClientBuilder.processError
(Consumer<ServiceBusErrorContext> processError) The error handler for the processor which will be invoked in the event of an error while receiving messages.