Uses of Package
com.azure.messaging.servicebus
Packages that use com.azure.messaging.servicebus
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.
The Azure Service Bus Administration client library allows for management of entities in their Service Bus
namespace.
Model classes for interacting with Azure Service Bus.
-
Classes in com.azure.messaging.servicebus used by com.azure.messaging.servicebusClassDescriptionThis class provides a fluent builder API to aid the instantiation of clients to send and receive messages to/from Service Bus entities.Builder for creating
ServiceBusProcessorClient
to consume messages from a Service Bus entity.Builder for creatingServiceBusReceiverClient
andServiceBusReceiverAsyncClient
to consume messages from Service Bus.Builder for creatingServiceBusRuleManagerAsyncClient
to manage Service Bus subscription rules.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 a 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 an Azure Service Bus queue or topic/subscription.A synchronous receiver responsible for receivingServiceBusReceivedMessage
from a queue or topic/subscription 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 sendingServiceBusMessage
to a 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. -
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