| Package | Description |
|---|---|
| com.azure.messaging.servicebus |
Package containing classes for creating
ServiceBusSenderAsyncClient,
ServiceBusProcessorClient, and
ServiceBusReceiverAsyncClient to perform operations on Azure Service Bus. |
| com.azure.messaging.servicebus.models |
Model classes for interacting with Azure Service Bus.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceBusClientBuilder.ServiceBusSessionProcessorClientBuilder |
ServiceBusClientBuilder.ServiceBusSessionProcessorClientBuilder.subQueue(SubQueue subQueue)
Sets the type of the
SubQueue to connect to. |
ServiceBusClientBuilder.ServiceBusSessionReceiverClientBuilder |
ServiceBusClientBuilder.ServiceBusSessionReceiverClientBuilder.subQueue(SubQueue subQueue)
Sets the type of the
SubQueue to connect to. |
ServiceBusClientBuilder.ServiceBusProcessorClientBuilder |
ServiceBusClientBuilder.ServiceBusProcessorClientBuilder.subQueue(SubQueue subQueue)
Sets the type of the
SubQueue to connect to. |
ServiceBusClientBuilder.ServiceBusReceiverClientBuilder |
ServiceBusClientBuilder.ServiceBusReceiverClientBuilder.subQueue(SubQueue subQueue)
Sets the type of the
SubQueue to connect to. |
| Modifier and Type | Method and Description |
|---|---|
static SubQueue |
SubQueue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubQueue[] |
SubQueue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.