com.microsoft.azure.servicebus.management
Classes
AuthorizationRule | ||
AuthorizationRuleSerializer | ||
EntityNameHelper |
This class can be used to format the path for different Service Bus entity types. |
|
EntityRuntimeInfo |
Base class for runtime information for entities |
|
ManagementClient |
Synchronous client to perform management operations on Service Bus entities. Use ManagementClientAsync for asynchronous operations. |
|
ManagementClientAsync |
Asynchronous client to perform management operations on Service Bus entities. Operations return CompletableFuture which asynchronously return the responses. |
|
ManagementClientConstants | ||
MessageCountDetails | ||
NamespaceInfo |
Represents the metadata related to a service bus namespace. |
|
QueueDescription |
Represents the metadata description of the queue. |
|
QueueRuntimeInfo |
This provides runtime information of the queue. |
|
QueueRuntimeInfoSerializer | ||
SerializerUtil | ||
SharedAccessAuthorizationRule | ||
SubscriptionDescription |
Represents the metadata description of the subscription. |
|
SubscriptionRuntimeInfo |
This provides runtime information of the subscription. |
|
SubscriptionRuntimeInfoSerializer | ||
TopicDescription |
Represents the metadata description of the topic. |
|
TopicRuntimeInfo |
This provides runtime information of the topic. |
|
TopicRuntimeInfoSerializer |
Enums
AccessRights | ||
EntityStatus |
The status of the messaging entity. |
|
NamespaceSku |
Specifies the SKU/tier of the service bus namespace. |
|
NamespaceType |
Specifies the type of entities the namespace can contain. |
Azure SDK for Java