Uses of Class
com.azure.messaging.servicebus.ServiceBusErrorContext
Packages that use ServiceBusErrorContext
Package
Description
The Azure Service Bus client library allows Java developers to interact with Azure Service Bus entities by
publishing to and/or subscribing from queues and topics/subscriptions.
-
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.