Uses of Package
com.azure.messaging.servicebus
Package
Description
Package containing classes for creating
ServiceBusSenderAsyncClient
,
ServiceBusProcessorClient
, and
ServiceBusReceiverAsyncClient
to perform operations on Azure Service Bus.Package containing classes managing resources in Azure Service Bus.
Model classes for interacting with Azure Service Bus.
-
ClassDescriptionThe builder to create Service Bus clients:Builder for creating
ServiceBusProcessorClient
to consume messages from a Service Bus entity.Builder for creatingServiceBusReceiverClient
andServiceBusReceiverAsyncClient
to consume messages from Service Bus.Builder for creatingServiceBusSenderClient
andServiceBusSenderAsyncClient
to publish messages to Service Bus.Builder for creatingServiceBusProcessorClient
to consume messages from a session-based Service Bus entity.Builder for creatingServiceBusReceiverClient
andServiceBusReceiverAsyncClient
to consume messages from a session aware Service Bus entity.A utility class that parses a connection string into sections.Context for errors handled by theService Bus processor
.Represents the operation a Service Bus client was performing when the error happened.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. -
ClassDescriptionThe versions of Azure Service Bus supported by this client library.
-