Uses of Class
com.azure.messaging.servicebus.ServiceBusErrorContext
Packages that use 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
Method parameters in com.azure.messaging.servicebus with type arguments of type ServiceBusErrorContextModifier 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.