Package com.azure.messaging.servicebus
package com.azure.messaging.servicebus
Package containing classes for creating
ServiceBusSenderAsyncClient
,
ServiceBusProcessorClient
, and
ServiceBusReceiverAsyncClient
to perform operations on Azure Service Bus.-
ClassDescriptionThe builder to create Service Bus clients:A utility class that parses a connection string into sections.Context for errors handled by the
Service Bus processor
.Represents the operation a Service Bus client was performing when the error happened.Exception containing additional information about the operation that caused the error.The set of well-known reasons for an Service Bus operation failure that was the cause of an exception.The data structure encapsulating the message being sent to Service Bus.A class for aggregatingmessages
into a single, size-limited, batch.The processor client for processing Service Bus messages.The data structure encapsulating the message received from Service Bus.The Service Bus processor message context that holds a received message and additional methods to settle the message.An asynchronous receiver responsible for receivingmessages
from a specific queue or topic subscription.A synchronous receiver responsible for receivingServiceBusReceivedMessage
from a specific queue or topic on Azure Service Bus.An asynchronous client to send messages to a Service Bus resource.A synchronous sender responsible for sendingServiceBusMessage
to specific queue or topic on Azure Service Bus.The versions of Azure Service Bus supported by this client library.This asynchronous session receiver client is used to acquire session locks from a queue or topic and createServiceBusReceiverAsyncClient
instances that are tied to the locked sessions.This synchronous session receiver client is used to acquire session locks from a queue or topic and createServiceBusReceiverClient
instances that are tied to the locked sessions.Represents transaction in service.