Uses of Package
com.azure.messaging.servicebus
Packages that use 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.
-
Classes in com.azure.messaging.servicebus used by com.azure.messaging.servicebusClassDescriptionThe builder to create Service Bus clients:Builder for creating
ServiceBusProcessorClientto consume messages from a Service Bus entity.Builder for creatingServiceBusReceiverClientandServiceBusReceiverAsyncClientto consume messages from Service Bus.Builder for creatingServiceBusRuleManagerAsyncClientto manage Service Bus subscription rules.Builder for creatingServiceBusSenderClientandServiceBusSenderAsyncClientto publish messages to Service Bus.Builder for creatingServiceBusProcessorClientto consume messages from a session-based Service Bus entity.Builder for creatingServiceBusReceiverClientandServiceBusReceiverAsyncClientto 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 aggregatingmessagesinto 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 receivingmessagesfrom a specific queue or topic subscription.A synchronous receiver responsible for receivingServiceBusReceivedMessagefrom a specific queue or topic on Azure Service Bus.An asynchronous rule manager responsible for managing rules for a specific topic subscription.A synchronous rule manager responsible for managing rules for a specific topic subscription.An asynchronous client to send messages to a Service Bus resource.A synchronous sender responsible for sendingServiceBusMessageto 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 createServiceBusReceiverAsyncClientinstances that are tied to the locked sessions.This synchronous session receiver client is used to acquire session locks from a queue or topic and createServiceBusReceiverClientinstances that are tied to the locked sessions.Represents transaction in service. -
Classes in com.azure.messaging.servicebus used by com.azure.messaging.servicebus.administrationClassDescriptionThe versions of Azure Service Bus supported by this client library.
-
Classes in com.azure.messaging.servicebus used by com.azure.messaging.servicebus.models