- cancelScheduledMessage(long) - Method in class com.azure.messaging.servicebus.ServiceBusSenderAsyncClient
-
Cancels the enqueuing of a scheduled message, if it was not already enqueued.
- cancelScheduledMessage(long) - Method in class com.azure.messaging.servicebus.ServiceBusSenderClient
-
Cancels the enqueuing of a scheduled message, if they are not already enqueued.
- cancelScheduledMessages(Iterable<Long>) - Method in class com.azure.messaging.servicebus.ServiceBusSenderAsyncClient
-
Cancels the enqueuing of an already scheduled message, if it was not already enqueued.
- cancelScheduledMessages(Iterable<Long>) - Method in class com.azure.messaging.servicebus.ServiceBusSenderClient
-
Cancels the enqueuing of scheduled messages, if they are not already enqueued.
- clientOptions(ClientOptions) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClientBuilder
-
Sets the ClientOptions
which enables various options to be set on the client.
- clientOptions(ClientOptions) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder
-
Sets the ClientOptions
to be sent from the client built from this builder, enabling customization of
certain properties, as well as support the addition of custom header information.
- close() - Method in class com.azure.messaging.servicebus.ServiceBusProcessorClient
-
Stops message processing and closes the processor.
- close() - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
-
Disposes of the consumer by closing the underlying links to the service.
- close() - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
-
Disposes of the consumer by closing the underlying links to the service.
- close() - Method in class com.azure.messaging.servicebus.ServiceBusSenderAsyncClient
-
- close() - Method in class com.azure.messaging.servicebus.ServiceBusSenderClient
-
- close() - Method in class com.azure.messaging.servicebus.ServiceBusSessionReceiverAsyncClient
-
- close() - Method in class com.azure.messaging.servicebus.ServiceBusSessionReceiverClient
-
- CLOSE_SESSION - Static variable in class com.azure.messaging.servicebus.ServiceBusErrorSource
-
Error while session is closed.
- com.azure.messaging.servicebus - package com.azure.messaging.servicebus
-
- com.azure.messaging.servicebus.administration - package com.azure.messaging.servicebus.administration
-
Package containing classes managing resources in Azure Service Bus.
- com.azure.messaging.servicebus.administration.models - package com.azure.messaging.servicebus.administration.models
-
- com.azure.messaging.servicebus.models - package com.azure.messaging.servicebus.models
-
Model classes for interacting with Azure Service Bus.
- commitTransaction(ServiceBusTransactionContext) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
-
Commits the transaction and all the operations associated with it.
- commitTransaction(ServiceBusTransactionContext) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
-
Commits the transaction and all the operations associated with it.
- commitTransaction(ServiceBusTransactionContext) - Method in class com.azure.messaging.servicebus.ServiceBusSenderAsyncClient
-
- commitTransaction(ServiceBusTransactionContext) - Method in class com.azure.messaging.servicebus.ServiceBusSenderClient
-
- COMPLETE - Static variable in class com.azure.messaging.servicebus.ServiceBusErrorSource
-
Error while completing the message.
- complete() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessageContext
-
Completes the
message
in this context.
- complete(CompleteOptions) - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessageContext
-
Completes the
message
in this context.
- complete(ServiceBusReceivedMessage) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
-
- complete(ServiceBusReceivedMessage, CompleteOptions) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
-
Completes a
message
with the given options.
- complete(ServiceBusReceivedMessage) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
-
- complete(ServiceBusReceivedMessage, CompleteOptions) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
-
- CompleteOptions - Class in com.azure.messaging.servicebus.models
-
Options to specify while completing message.
- CompleteOptions() - Constructor for class com.azure.messaging.servicebus.models.CompleteOptions
-
- configuration(Configuration) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClientBuilder
-
Sets the configuration store that is used during construction of the service client.
- configuration(Configuration) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder
-
Sets the configuration store that is used during construction of the service client.
- connectionString(String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClientBuilder
-
Sets the connection string for a Service Bus namespace or a specific Service Bus resource.
- connectionString(String) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder
-
Sets the connection string for a Service Bus namespace or a specific Service Bus resource.
- CorrelationRuleFilter - Class in com.azure.messaging.servicebus.administration.models
-
Represents the correlation rule filter expression.
- CorrelationRuleFilter() - Constructor for class com.azure.messaging.servicebus.administration.models.CorrelationRuleFilter
-
- CorrelationRuleFilter(String) - Constructor for class com.azure.messaging.servicebus.administration.models.CorrelationRuleFilter
-
Initializes a new instance of
CorrelationRuleFilter
with default values with the specified correlation
identifier.
- createMessageBatch() - Method in class com.azure.messaging.servicebus.ServiceBusSenderAsyncClient
-
- createMessageBatch(CreateMessageBatchOptions) - Method in class com.azure.messaging.servicebus.ServiceBusSenderAsyncClient
-
- createMessageBatch() - Method in class com.azure.messaging.servicebus.ServiceBusSenderClient
-
- createMessageBatch(CreateMessageBatchOptions) - Method in class com.azure.messaging.servicebus.ServiceBusSenderClient
-
- CreateMessageBatchOptions - Class in com.azure.messaging.servicebus.models
-
The set of options that can be specified when creating an batch of messages.
- CreateMessageBatchOptions() - Constructor for class com.azure.messaging.servicebus.models.CreateMessageBatchOptions
-
- createQueue(String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Creates a queue with the given name.
- createQueue(String, CreateQueueOptions) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
- createQueue(String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Creates a queue with the given name.
- createQueue(String, CreateQueueOptions) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
- CreateQueueOptions - Class in com.azure.messaging.servicebus.administration.models
-
Represents the set of options that can be specified for the creation of a queue.
- CreateQueueOptions() - Constructor for class com.azure.messaging.servicebus.administration.models.CreateQueueOptions
-
Creates an instance with the name of the queue.
- CreateQueueOptions(QueueProperties) - Constructor for class com.azure.messaging.servicebus.administration.models.CreateQueueOptions
-
Initializes a new instance based on the specified
QueueProperties
instance.
- createQueueWithResponse(String, CreateQueueOptions) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Creates a queue and returns the created queue in addition to the HTTP response.
- createQueueWithResponse(String, CreateQueueOptions, Context) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Creates a queue and returns the created queue in addition to the HTTP response.
- createRule(String, String, String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Creates a rule under the given topic and subscription
- createRule(String, String, String, CreateRuleOptions) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
- createRule(String, String, String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Creates a rule under the given topic and subscription
- createRule(String, String, String, CreateRuleOptions) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
- CreateRuleOptions - Class in com.azure.messaging.servicebus.administration.models
-
A set of options for creating a rule.
- CreateRuleOptions() - Constructor for class com.azure.messaging.servicebus.administration.models.CreateRuleOptions
-
- CreateRuleOptions(RuleFilter) - Constructor for class com.azure.messaging.servicebus.administration.models.CreateRuleOptions
-
Initializes a new instance with the given rule name
and filter
.
- CreateRuleOptions(RuleProperties) - Constructor for class com.azure.messaging.servicebus.administration.models.CreateRuleOptions
-
Initializes a new instance with the given rule properties.
- createRuleWithResponse(String, String, String, CreateRuleOptions) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Creates a rule and returns the created rule in addition to the HTTP response.
- createRuleWithResponse(String, String, String, CreateRuleOptions, Context) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Creates a rule and returns the created rule in addition to the HTTP response.
- createSubscription(String, String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Creates a subscription with the given topic and subscription names.
- createSubscription(String, String, CreateSubscriptionOptions) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
- createSubscription(String, String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Creates a subscription with the given topic and subscription names.
- createSubscription(String, String, CreateSubscriptionOptions) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
- CreateSubscriptionOptions - Class in com.azure.messaging.servicebus.administration.models
-
Options to set when creating a subscription.
- CreateSubscriptionOptions() - Constructor for class com.azure.messaging.servicebus.administration.models.CreateSubscriptionOptions
-
Creates an instance.
- CreateSubscriptionOptions(SubscriptionProperties) - Constructor for class com.azure.messaging.servicebus.administration.models.CreateSubscriptionOptions
-
- createSubscriptionWithResponse(String, String, CreateSubscriptionOptions) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Creates a subscription and returns the created subscription in addition to the HTTP response.
- createSubscriptionWithResponse(String, String, CreateSubscriptionOptions, Context) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Creates a queue and returns the created queue in addition to the HTTP response.
- createTopic(String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Creates a topic with the given name.
- createTopic(String, CreateTopicOptions) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
- createTopic(String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Creates a topic with the given name.
- createTopic(String, CreateTopicOptions) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
- CreateTopicOptions - Class in com.azure.messaging.servicebus.administration.models
-
Represents the set of options that can be specified for the creation of a topic.
- CreateTopicOptions() - Constructor for class com.azure.messaging.servicebus.administration.models.CreateTopicOptions
-
Creates an instance.
- CreateTopicOptions(TopicProperties) - Constructor for class com.azure.messaging.servicebus.administration.models.CreateTopicOptions
-
- createTopicWithResponse(String, CreateTopicOptions) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Creates a topic and returns the created topic in addition to the HTTP response.
- createTopicWithResponse(String, CreateTopicOptions, Context) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Creates a topic and returns the created topic in addition to the HTTP response.
- createTransaction() - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
-
Starts a new service side transaction.
- createTransaction() - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
-
Starts a new transaction on Service Bus.
- createTransaction() - Method in class com.azure.messaging.servicebus.ServiceBusSenderAsyncClient
-
Starts a new transaction on Service Bus.
- createTransaction() - Method in class com.azure.messaging.servicebus.ServiceBusSenderClient
-
Starts a new transaction on Service Bus.
- CREATING - Static variable in class com.azure.messaging.servicebus.administration.models.EntityStatus
-
Static value Creating for EntityStatus.
- credential(String, TokenCredential) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClientBuilder
-
Sets the credential used to authenticate HTTP requests to the Service Bus namespace.
- credential(String, TokenCredential) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder
-
Sets the credential by using a TokenCredential
for the Service Bus resource.
- credential(String, AzureNamedKeyCredential) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder
-
Sets the credential with the shared access policies for the Service Bus resource.
- credential(String, AzureSasCredential) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder
-
Sets the credential with Shared Access Signature for the Service Bus resource.
- GENERAL_ERROR - Static variable in class com.azure.messaging.servicebus.ServiceBusFailureReason
-
The exception was the result of a general error within the client library.
- getAccessedAt() - Method in class com.azure.messaging.servicebus.administration.models.QueueRuntimeProperties
-
Gets the last time a message was sent, or the last time there was a receive request to this queue.
- getAccessedAt() - Method in class com.azure.messaging.servicebus.administration.models.SubscriptionRuntimeProperties
-
Gets the last time the subscription was accessed.
- getAccessedAt() - Method in class com.azure.messaging.servicebus.administration.models.TopicRuntimeProperties
-
Gets the last time a message was sent, or the last time there was a receive request to this topic.
- getAccessRights() - Method in interface com.azure.messaging.servicebus.administration.models.AuthorizationRule
-
Gets the access rights for the rule.
- getAccessRights() - Method in class com.azure.messaging.servicebus.administration.models.SharedAccessAuthorizationRule
-
Gets the access rights for the rule.
- getAction() - Method in class com.azure.messaging.servicebus.administration.models.CreateRuleOptions
-
Gets the action to perform if the message satisfies the filtering expression.
- getAction() - Method in class com.azure.messaging.servicebus.administration.models.RuleProperties
-
Gets the action to perform if the message satisfies the filtering expression.
- getActiveMessageCount() - Method in class com.azure.messaging.servicebus.administration.models.QueueRuntimeProperties
-
Get the activeMessageCount property: Number of active messages in the queue, topic, or subscription.
- getActiveMessageCount() - Method in class com.azure.messaging.servicebus.administration.models.SubscriptionRuntimeProperties
-
Get the activeMessageCount property: Number of active messages in the queue, topic, or subscription.
- getAlias() - Method in class com.azure.messaging.servicebus.administration.models.NamespaceProperties
-
Get the alias property: Alias for the geo-disaster recovery Service Bus namespace.
- getApplicationProperties() - Method in class com.azure.messaging.servicebus.ServiceBusMessage
-
- getApplicationProperties() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
-
- getAuthorizationRules() - Method in class com.azure.messaging.servicebus.administration.models.CreateQueueOptions
-
Gets the authorization rules to control user access at entity level.
- getAuthorizationRules() - Method in class com.azure.messaging.servicebus.administration.models.CreateTopicOptions
-
Gets the authorization rules to control user access at entity level.
- getAuthorizationRules() - Method in class com.azure.messaging.servicebus.administration.models.QueueProperties
-
Get the authorizationRules property: Authorization rules for resource.
- getAuthorizationRules() - Method in class com.azure.messaging.servicebus.administration.models.TopicProperties
-
Get the authorizationRules property: Authorization rules for resource.
- getAutoDeleteOnIdle() - Method in class com.azure.messaging.servicebus.administration.models.CreateQueueOptions
-
Get the autoDeleteOnIdle property: ISO 8601 timeSpan idle interval after which the queue is automatically
deleted.
- getAutoDeleteOnIdle() - Method in class com.azure.messaging.servicebus.administration.models.CreateSubscriptionOptions
-
Get the autoDeleteOnIdle property: ISO 8601 timeSpan idle interval after which the subscription is automatically
deleted.
- getAutoDeleteOnIdle() - Method in class com.azure.messaging.servicebus.administration.models.CreateTopicOptions
-
Get the autoDeleteOnIdle property: ISO 8601 timeSpan idle interval after which the queue is automatically
deleted.
- getAutoDeleteOnIdle() - Method in class com.azure.messaging.servicebus.administration.models.QueueProperties
-
Get the autoDeleteOnIdle property: ISO 8601 timeSpan idle interval after which the queue is automatically
deleted.
- getAutoDeleteOnIdle() - Method in class com.azure.messaging.servicebus.administration.models.SubscriptionProperties
-
Get the autoDeleteOnIdle property: ISO 8601 timeSpan idle interval after which the subscription is automatically
deleted.
- getAutoDeleteOnIdle() - Method in class com.azure.messaging.servicebus.administration.models.TopicProperties
-
Get the autoDeleteOnIdle property: ISO 8601 timeSpan idle interval after which the topic is automatically
deleted.
- getBody() - Method in class com.azure.messaging.servicebus.ServiceBusMessage
-
- getBody() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
-
- getClaimType() - Method in interface com.azure.messaging.servicebus.administration.models.AuthorizationRule
-
Gets the claim type.
- getClaimType() - Method in class com.azure.messaging.servicebus.administration.models.SharedAccessAuthorizationRule
-
Gets the claim type.
- getClaimValue() - Method in interface com.azure.messaging.servicebus.administration.models.AuthorizationRule
-
Gets the claim value.
- getClaimValue() - Method in class com.azure.messaging.servicebus.administration.models.SharedAccessAuthorizationRule
-
Gets the claim value.
- getContentType() - Method in class com.azure.messaging.servicebus.administration.models.CorrelationRuleFilter
-
Gets the content type of the message.
- getContentType() - Method in class com.azure.messaging.servicebus.ServiceBusMessage
-
Gets the content type of the message.
- getContentType() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
-
Gets the content type of the message.
- getCorrelationId() - Method in class com.azure.messaging.servicebus.administration.models.CorrelationRuleFilter
-
Gets the correlation identifier.
- getCorrelationId() - Method in class com.azure.messaging.servicebus.ServiceBusMessage
-
Gets a correlation identifier.
- getCorrelationId() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
-
Gets a correlation identifier.
- getCount() - Method in class com.azure.messaging.servicebus.ServiceBusMessageBatch
-
Gets the number of
messages
in the batch.
- getCreatedAt() - Method in interface com.azure.messaging.servicebus.administration.models.AuthorizationRule
-
Gets the date time this rule was created.
- getCreatedAt() - Method in class com.azure.messaging.servicebus.administration.models.QueueRuntimeProperties
-
Gets the exact time the queue was created.
- getCreatedAt() - Method in class com.azure.messaging.servicebus.administration.models.SharedAccessAuthorizationRule
-
Gets the date time this rule was created.
- getCreatedAt() - Method in class com.azure.messaging.servicebus.administration.models.SubscriptionRuntimeProperties
-
Gets the exact time the subscription was created.
- getCreatedAt() - Method in class com.azure.messaging.servicebus.administration.models.TopicRuntimeProperties
-
Gets the exact time the queue was created.
- getCreatedTime() - Method in class com.azure.messaging.servicebus.administration.models.NamespaceProperties
-
Get the createdTime property: The exact time the namespace was created.
- getDeadLetterErrorDescription() - Method in class com.azure.messaging.servicebus.models.DeadLetterOptions
-
Gets the error description for putting put message in dead letter sub-queue.
- getDeadLetterErrorDescription() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
-
Gets the description for a message that has been dead-lettered.
- getDeadLetterMessageCount() - Method in class com.azure.messaging.servicebus.administration.models.QueueRuntimeProperties
-
Get the deadLetterMessageCount property: Number of messages that are dead lettered.
- getDeadLetterMessageCount() - Method in class com.azure.messaging.servicebus.administration.models.SubscriptionRuntimeProperties
-
Get the deadLetterMessageCount property: Number of messages that are dead lettered.
- getDeadLetterReason() - Method in class com.azure.messaging.servicebus.models.DeadLetterOptions
-
Gets the reason for putting put message in dead letter sub-queue.
- getDeadLetterReason() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
-
Gets the reason a message was dead-lettered.
- getDeadLetterSource() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
-
Gets the name of the queue or subscription that this message was enqueued on, before it was dead-lettered.
- getDefaultMessageTimeToLive() - Method in class com.azure.messaging.servicebus.administration.models.CreateQueueOptions
-
Get the defaultMessageTimeToLive property: ISO 8601 default message timespan to live value.
- getDefaultMessageTimeToLive() - Method in class com.azure.messaging.servicebus.administration.models.CreateSubscriptionOptions
-
Get the defaultMessageTimeToLive property: ISO 8601 default message timespan to live value.
- getDefaultMessageTimeToLive() - Method in class com.azure.messaging.servicebus.administration.models.CreateTopicOptions
-
Get the defaultMessageTimeToLive property: ISO 8601 default message timespan to live value.
- getDefaultMessageTimeToLive() - Method in class com.azure.messaging.servicebus.administration.models.QueueProperties
-
Get the defaultMessageTimeToLive property: ISO 8601 default message timespan to live value.
- getDefaultMessageTimeToLive() - Method in class com.azure.messaging.servicebus.administration.models.SubscriptionProperties
-
Get the defaultMessageTimeToLive property: ISO 8601 default message timespan to live value.
- getDefaultMessageTimeToLive() - Method in class com.azure.messaging.servicebus.administration.models.TopicProperties
-
Get the defaultMessageTimeToLive property: ISO 8601 default message timespan to live value.
- getDeliveryCount() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
-
Gets the number of the times this message was delivered to clients.
- getDuplicateDetectionHistoryTimeWindow() - Method in class com.azure.messaging.servicebus.administration.models.CreateQueueOptions
-
Get the duplicateDetectionHistoryTimeWindow property: ISO 8601 timeSpan structure that defines the duration of
the duplicate detection history.
- getDuplicateDetectionHistoryTimeWindow() - Method in class com.azure.messaging.servicebus.administration.models.CreateTopicOptions
-
Get the duplicateDetectionHistoryTimeWindow property: ISO 8601 timeSpan structure that defines the duration of
the duplicate detection history.
- getDuplicateDetectionHistoryTimeWindow() - Method in class com.azure.messaging.servicebus.administration.models.QueueProperties
-
Get the duplicateDetectionHistoryTimeWindow property: ISO 8601 timeSpan structure that defines the duration of
the duplicate detection history.
- getDuplicateDetectionHistoryTimeWindow() - Method in class com.azure.messaging.servicebus.administration.models.TopicProperties
-
Get the duplicateDetectionHistoryTimeWindow property: ISO 8601 timeSpan structure that defines the duration of
the duplicate detection history.
- getEndpoint() - Method in class com.azure.messaging.servicebus.ServiceBusConnectionStringProperties
-
Gets the "Endpoint" value of the connection string.
- getEnqueuedSequenceNumber() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
-
Gets the enqueued sequence number assigned to a message by Service Bus.
- getEnqueuedTime() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
-
Gets the datetime at which this message was enqueued in Azure Service Bus.
- getEntityPath() - Method in class com.azure.messaging.servicebus.ServiceBusConnectionStringProperties
-
Gets the "EntityPath" value of the connection string.
- getEntityPath() - Method in class com.azure.messaging.servicebus.ServiceBusErrorContext
-
Gets the entity path associated with the error event.
- getEntityPath() - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
-
Gets the Service Bus resource this client interacts with.
- getEntityPath() - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
-
Gets the Service Bus resource this client interacts with.
- getEntityPath() - Method in class com.azure.messaging.servicebus.ServiceBusSenderAsyncClient
-
Gets the name of the Service Bus resource.
- getEntityPath() - Method in class com.azure.messaging.servicebus.ServiceBusSenderClient
-
Gets the name of the Service Bus resource.
- getErrorSource() - Method in class com.azure.messaging.servicebus.ServiceBusErrorContext
-
Gets the source associated with the error.
- getException() - Method in class com.azure.messaging.servicebus.ServiceBusErrorContext
-
Gets the exception that triggered the call to the error event handler.
- getExpiresAt() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
-
Gets the datetime at which this message will expire.
- getFilter() - Method in class com.azure.messaging.servicebus.administration.models.CreateRuleOptions
-
Gets the filter expression used to match messages.
- getFilter() - Method in class com.azure.messaging.servicebus.administration.models.RuleProperties
-
Gets the filter expression used to match messages.
- getForwardDeadLetteredMessagesTo() - Method in class com.azure.messaging.servicebus.administration.models.CreateQueueOptions
-
Get the forwardDeadLetteredMessagesTo property: The name of the recipient entity to which all the dead-lettered
messages of this queue are forwarded to.
- getForwardDeadLetteredMessagesTo() - Method in class com.azure.messaging.servicebus.administration.models.CreateSubscriptionOptions
-
Get the forwardDeadLetteredMessagesTo property: The name of the recipient entity to which all the messages sent
to the subscription are forwarded to.
- getForwardDeadLetteredMessagesTo() - Method in class com.azure.messaging.servicebus.administration.models.QueueProperties
-
Get the forwardDeadLetteredMessagesTo property: The name of the recipient entity to which all the dead-lettered
messages of this queue are forwarded to.
- getForwardDeadLetteredMessagesTo() - Method in class com.azure.messaging.servicebus.administration.models.SubscriptionProperties
-
Get the forwardDeadLetteredMessagesTo property: The name of the recipient entity to which all the messages sent
to the subscription are forwarded to.
- getForwardTo() - Method in class com.azure.messaging.servicebus.administration.models.CreateQueueOptions
-
Get the forwardTo property: The name of the recipient entity to which all the messages sent to the queue are
forwarded to.
- getForwardTo() - Method in class com.azure.messaging.servicebus.administration.models.CreateSubscriptionOptions
-
Get the forwardTo property: The name of the recipient entity to which all the messages sent to the subscription
are forwarded to.
- getForwardTo() - Method in class com.azure.messaging.servicebus.administration.models.QueueProperties
-
Get the forwardTo property: The name of the recipient entity to which all the messages sent to the queue are
forwarded to.
- getForwardTo() - Method in class com.azure.messaging.servicebus.administration.models.SubscriptionProperties
-
Get the forwardTo property: The name of the recipient entity to which all the messages sent to the subscription
are forwarded to.
- getFullyQualifiedNamespace() - Method in class com.azure.messaging.servicebus.ServiceBusConnectionStringProperties
-
Gets the fully qualified namespace, or hostname, from the connection string "Endpoint" section.
- getFullyQualifiedNamespace() - Method in class com.azure.messaging.servicebus.ServiceBusErrorContext
-
Gets the namespace name associated with the error event.
- getFullyQualifiedNamespace() - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
-
Gets the fully qualified Service Bus namespace that the connection is associated with.
- getFullyQualifiedNamespace() - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
-
Gets the fully qualified Service Bus namespace that the connection is associated with.
- getFullyQualifiedNamespace() - Method in class com.azure.messaging.servicebus.ServiceBusSenderAsyncClient
-
Gets the fully qualified namespace.
- getFullyQualifiedNamespace() - Method in class com.azure.messaging.servicebus.ServiceBusSenderClient
-
Gets the fully qualified namespace.
- getKeyName() - Method in interface com.azure.messaging.servicebus.administration.models.AuthorizationRule
-
Gets the name of the authorization rule.
- getKeyName() - Method in class com.azure.messaging.servicebus.administration.models.SharedAccessAuthorizationRule
-
Gets the name of the authorization rule.
- getLabel() - Method in class com.azure.messaging.servicebus.administration.models.CorrelationRuleFilter
-
Gets the application specific label.
- getLatest() - Static method in enum com.azure.messaging.servicebus.ServiceBusServiceVersion
-
Gets the latest service version supported by this client library
- getLockDuration() - Method in class com.azure.messaging.servicebus.administration.models.CreateQueueOptions
-
Get the lockDuration property: ISO 8601 timespan duration of a peek-lock; that is, the amount of time that the
message is locked for other receivers.
- getLockDuration() - Method in class com.azure.messaging.servicebus.administration.models.CreateSubscriptionOptions
-
Get the lockDuration property: ISO 8601 time-span duration of a peek-lock; that is, the amount of time that the
message is locked for other receivers.
- getLockDuration() - Method in class com.azure.messaging.servicebus.administration.models.CreateTopicOptions
-
Get the lockDuration property: ISO 8601 timespan duration of a peek-lock; that is, the amount of time that the
message is locked for other receivers.
- getLockDuration() - Method in class com.azure.messaging.servicebus.administration.models.QueueProperties
-
Get the lockDuration property: ISO 8601 timespan duration of a peek-lock; that is, the amount of time that the
message is locked for other receivers.
- getLockDuration() - Method in class com.azure.messaging.servicebus.administration.models.SubscriptionProperties
-
Get the lockDuration property: ISO 8601 timespan duration of a peek-lock; that is, the amount of time that the
message is locked for other receivers.
- getLockedUntil() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
-
Gets the datetime at which the lock of this message expires.
- getLockToken() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
-
Gets the lock token for the current message.
- getMaxDeliveryCount() - Method in class com.azure.messaging.servicebus.administration.models.CreateQueueOptions
-
Get the maxDeliveryCount property: The maximum delivery count.
- getMaxDeliveryCount() - Method in class com.azure.messaging.servicebus.administration.models.CreateSubscriptionOptions
-
Get the maxDeliveryCount property: The maximum delivery count.
- getMaxDeliveryCount() - Method in class com.azure.messaging.servicebus.administration.models.CreateTopicOptions
-
Get the maxDeliveryCount property: The maximum delivery count.
- getMaxDeliveryCount() - Method in class com.azure.messaging.servicebus.administration.models.QueueProperties
-
Get the maxDeliveryCount property: The maximum delivery count.
- getMaxDeliveryCount() - Method in class com.azure.messaging.servicebus.administration.models.SubscriptionProperties
-
Get the maxDeliveryCount property: The maximum delivery count.
- getMaximumSizeInBytes() - Method in class com.azure.messaging.servicebus.models.CreateMessageBatchOptions
-
Gets the maximum size to allow for the batch of messages, in bytes.
- getMaxSizeInBytes() - Method in class com.azure.messaging.servicebus.ServiceBusMessageBatch
-
Gets the maximum size, in bytes, of the
batch
.
- getMaxSizeInMegabytes() - Method in class com.azure.messaging.servicebus.administration.models.CreateQueueOptions
-
Get the maxSizeInMegabytes property: The maximum size of the queue in megabytes, which is the size of memory
allocated for the queue.
- getMaxSizeInMegabytes() - Method in class com.azure.messaging.servicebus.administration.models.CreateTopicOptions
-
Get the maxSizeInMegabytes property: The maximum size of the queue in megabytes, which is the size of memory
allocated for the queue.
- getMaxSizeInMegabytes() - Method in class com.azure.messaging.servicebus.administration.models.QueueProperties
-
Gets the maximum size of the queue in megabytes, which is the size of memory allocated for the queue.
- getMaxSizeInMegabytes() - Method in class com.azure.messaging.servicebus.administration.models.TopicProperties
-
Get the maxSizeInMegabytes property: The maximum size of the topic in megabytes, which is the size of memory
allocated for the topic.
- getMessage() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessageContext
-
Gets the message received from Service Bus.
- getMessageId() - Method in class com.azure.messaging.servicebus.administration.models.CorrelationRuleFilter
-
Gets the identifier for the message.
- getMessageId() - Method in class com.azure.messaging.servicebus.ServiceBusMessage
-
Gets the message id.
- getMessageId() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
-
Gets the identifier for the message.
- getMessagingSku() - Method in class com.azure.messaging.servicebus.administration.models.NamespaceProperties
-
Get the messagingSku property: The SKU for the messaging entity.
- getMessagingUnits() - Method in class com.azure.messaging.servicebus.administration.models.NamespaceProperties
-
Get the messagingUnits property: The number of messaging units allocated to the namespace.
- getModifiedAt() - Method in interface com.azure.messaging.servicebus.administration.models.AuthorizationRule
-
Gets the date time this rule was last modified.
- getModifiedAt() - Method in class com.azure.messaging.servicebus.administration.models.SharedAccessAuthorizationRule
-
Gets the date time this rule was last modified.
- getModifiedTime() - Method in class com.azure.messaging.servicebus.administration.models.NamespaceProperties
-
Get the modifiedTime property: The exact time the namespace was last modified.
- getName() - Method in class com.azure.messaging.servicebus.administration.models.NamespaceProperties
-
Get the name property: Name of the namespace.
- getName() - Method in class com.azure.messaging.servicebus.administration.models.QueueProperties
-
Gets the name of the queue.
- getName() - Method in class com.azure.messaging.servicebus.administration.models.QueueRuntimeProperties
-
Gets the name of the queue.
- getName() - Method in class com.azure.messaging.servicebus.administration.models.RuleProperties
-
Gets the name of the rule.
- getName() - Method in class com.azure.messaging.servicebus.administration.models.TopicProperties
-
Gets the name of the topic.
- getName() - Method in class com.azure.messaging.servicebus.administration.models.TopicRuntimeProperties
-
Gets the name of the topic.
- getNamespaceProperties() - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Gets information about the Service Bus namespace.
- getNamespaceProperties() - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Gets information about the Service Bus namespace.
- getNamespacePropertiesWithResponse() - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Gets information about the Service Bus namespace along with its HTTP response.
- getNamespacePropertiesWithResponse(Context) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Gets information about the Service Bus namespace along with its HTTP response.
- getNamespaceType() - Method in class com.azure.messaging.servicebus.administration.models.NamespaceProperties
-
Get the namespaceType property: The type of entities the namespace can contain.
- getParameters() - Method in class com.azure.messaging.servicebus.administration.models.SqlRuleAction
-
Gets the properties for this action.
- getParameters() - Method in class com.azure.messaging.servicebus.administration.models.SqlRuleFilter
-
Gets the value of a filter expression.
- getPartitionKey() - Method in class com.azure.messaging.servicebus.ServiceBusMessage
-
Gets the partition key for sending a message to a partitioned entity.
- getPartitionKey() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
-
Gets the partition key for sending a message to a partitioned entity.
- getPrimaryKey() - Method in interface com.azure.messaging.servicebus.administration.models.AuthorizationRule
-
Gets the primary key.
- getPrimaryKey() - Method in class com.azure.messaging.servicebus.administration.models.SharedAccessAuthorizationRule
-
Gets the primary key.
- getProperties() - Method in class com.azure.messaging.servicebus.administration.models.CorrelationRuleFilter
-
Gets application specific properties of the message.
- getPropertiesToModify() - Method in class com.azure.messaging.servicebus.models.AbandonOptions
-
Gets the message properties to modify while abandoning the message.
- getPropertiesToModify() - Method in class com.azure.messaging.servicebus.models.DeadLetterOptions
-
Gets the message properties to modify while putting put message in dead letter sub-queue.
- getPropertiesToModify() - Method in class com.azure.messaging.servicebus.models.DeferOptions
-
Gets the message properties to modify while deferring the message.
- getQueue(String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Gets information about the queue.
- getQueue(String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Gets information about the queue.
- getQueueExists(String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Gets whether or not a queue with queueName
exists in the Service Bus namespace.
- getQueueExists(String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Gets whether or not a queue with queueName
exists in the Service Bus namespace.
- getQueueExistsWithResponse(String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Gets whether or not a queue with queueName
exists in the Service Bus namespace.
- getQueueExistsWithResponse(String, Context) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Gets whether or not a queue with queueName
exists in the Service Bus namespace.
- getQueueRuntimeProperties(String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Gets runtime properties about the queue.
- getQueueRuntimeProperties(String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Gets runtime properties about the queue.
- getQueueRuntimePropertiesWithResponse(String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Gets runtime properties about the queue along with its HTTP response.
- getQueueRuntimePropertiesWithResponse(String, Context) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Gets runtime properties about the queue along with its HTTP response.
- getQueueWithResponse(String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Gets information about the queue along with its HTTP response.
- getQueueWithResponse(String, Context) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Gets information about the queue along with its HTTP response.
- getRawAmqpMessage() - Method in class com.azure.messaging.servicebus.ServiceBusMessage
-
Gets the AmqpAnnotatedMessage
.
- getRawAmqpMessage() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
-
The representation of message as defined by AMQP protocol.
- getReason() - Method in exception com.azure.messaging.servicebus.ServiceBusException
-
- getReplyTo() - Method in class com.azure.messaging.servicebus.administration.models.CorrelationRuleFilter
-
Gets the address of the queue or subscription to reply to.
- getReplyTo() - Method in class com.azure.messaging.servicebus.ServiceBusMessage
-
Gets the address of an entity to send replies to.
- getReplyTo() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
-
Gets the address of an entity to send replies to.
- getReplyToSessionId() - Method in class com.azure.messaging.servicebus.administration.models.CorrelationRuleFilter
-
Gets the session identifier to reply to.
- getReplyToSessionId() - Method in class com.azure.messaging.servicebus.ServiceBusMessage
-
Gets or sets a session identifier augmenting the
ReplyTo
address.
- getReplyToSessionId() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
-
Gets or sets a session identifier augmenting the
ReplyTo
address.
- getRule(String, String, String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Gets a rule from the service namespace.
- getRule(String, String, String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Gets a rule from the service namespace.
- getRuleWithResponse(String, String, String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Gets a rule from the service namespace.
- getRuleWithResponse(String, String, String, Context) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Gets a rule from the service namespace.
- getScheduledEnqueueTime() - Method in class com.azure.messaging.servicebus.ServiceBusMessage
-
Gets the scheduled enqueue time of this message.
- getScheduledEnqueueTime() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
-
Gets the scheduled enqueue time of this message.
- getScheduledMessageCount() - Method in class com.azure.messaging.servicebus.administration.models.QueueRuntimeProperties
-
Get the scheduledMessageCount property: Number of scheduled messages.
- getScheduledMessageCount() - Method in class com.azure.messaging.servicebus.administration.models.TopicRuntimeProperties
-
Get the scheduledMessageCount property: Number of scheduled messages.
- getSecondaryKey() - Method in interface com.azure.messaging.servicebus.administration.models.AuthorizationRule
-
Gets the secondary key.
- getSecondaryKey() - Method in class com.azure.messaging.servicebus.administration.models.SharedAccessAuthorizationRule
-
Gets the secondary key.
- getSequenceNumber() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
-
Gets the unique number assigned to a message by Service Bus.
- getSessionId() - Method in class com.azure.messaging.servicebus.administration.models.CorrelationRuleFilter
-
Gets the session identifier.
- getSessionId() - Method in class com.azure.messaging.servicebus.ServiceBusMessage
-
Gets the session identifier for a session-aware entity.
- getSessionId() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
-
Gets the session id of the message.
- getSessionState() - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
-
Gets the state of the session if this receiver is a session receiver.
- getSessionState() - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
-
Gets the state of the session if this receiver is a session receiver.
- getSharedAccessKey() - Method in class com.azure.messaging.servicebus.ServiceBusConnectionStringProperties
-
Gets the "SharedAccessSignature" section of the connection string.
- getSharedAccessKeyName() - Method in class com.azure.messaging.servicebus.ServiceBusConnectionStringProperties
-
Gets the "SharedAccessKeyName" section of the connection string.
- getSharedAccessSignature() - Method in class com.azure.messaging.servicebus.ServiceBusConnectionStringProperties
-
Gets the "SharedAccessSignature" section of the connection string.
- getSizeInBytes() - Method in class com.azure.messaging.servicebus.administration.models.QueueRuntimeProperties
-
Gets the size of the queue, in bytes.
- getSizeInBytes() - Method in class com.azure.messaging.servicebus.administration.models.TopicRuntimeProperties
-
Gets the size of the topic, in bytes.
- getSizeInBytes() - Method in class com.azure.messaging.servicebus.ServiceBusMessageBatch
-
Gets the size of the
batch
in bytes.
- getSqlExpression() - Method in class com.azure.messaging.servicebus.administration.models.SqlRuleAction
-
Gets the SQL expression.
- getSqlExpression() - Method in class com.azure.messaging.servicebus.administration.models.SqlRuleFilter
-
Gets the SQL expression.
- getStatus() - Method in class com.azure.messaging.servicebus.administration.models.CreateQueueOptions
-
Get the status property: Status of a Service Bus resource.
- getStatus() - Method in class com.azure.messaging.servicebus.administration.models.CreateSubscriptionOptions
-
Get the status property: Status of a Service Bus resource.
- getStatus() - Method in class com.azure.messaging.servicebus.administration.models.CreateTopicOptions
-
Get the status property: Status of a Service Bus resource.
- getStatus() - Method in class com.azure.messaging.servicebus.administration.models.QueueProperties
-
Get the status property: Status of a Service Bus resource.
- getStatus() - Method in class com.azure.messaging.servicebus.administration.models.SubscriptionProperties
-
Get the status property: Status of a Service Bus resource.
- getStatus() - Method in class com.azure.messaging.servicebus.administration.models.TopicProperties
-
Get the status property: Status of a Service Bus resource.
- getSubject() - Method in class com.azure.messaging.servicebus.ServiceBusMessage
-
Gets the subject for the message.
- getSubject() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
-
Gets the subject for the message.
- getSubscription(String, String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Gets information about the queue.
- getSubscription(String, String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Gets information about the queue.
- getSubscriptionCount() - Method in class com.azure.messaging.servicebus.administration.models.TopicRuntimeProperties
-
Gets the number of subscriptions to the topic.
- getSubscriptionExists(String, String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Gets whether or not a subscription within a topic exists.
- getSubscriptionExists(String, String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Gets whether or not a subscription within a topic exists.
- getSubscriptionExistsWithResponse(String, String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Gets whether or not a subscription within a topic exists.
- getSubscriptionExistsWithResponse(String, String, Context) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Gets whether or not a subscription within a topic exists.
- getSubscriptionName() - Method in class com.azure.messaging.servicebus.administration.models.SubscriptionProperties
-
Gets the name of the subscription.
- getSubscriptionName() - Method in class com.azure.messaging.servicebus.administration.models.SubscriptionRuntimeProperties
-
Gets the name of the subscription.
- getSubscriptionRuntimeProperties(String, String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Gets runtime properties about the subscription.
- getSubscriptionRuntimeProperties(String, String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Gets runtime properties about the subscription.
- getSubscriptionRuntimePropertiesWithResponse(String, String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Gets runtime properties about the subscription.
- getSubscriptionRuntimePropertiesWithResponse(String, String, Context) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Gets runtime properties about the subscription.
- getSubscriptionWithResponse(String, String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Gets information about the subscription along with its HTTP response.
- getSubscriptionWithResponse(String, String, Context) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Gets information about the subscription along with its HTTP response.
- getTimeToLive() - Method in class com.azure.messaging.servicebus.ServiceBusMessage
-
Gets the duration before this message expires.
- getTimeToLive() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
-
Gets the duration before this message expires.
- getTo() - Method in class com.azure.messaging.servicebus.administration.models.CorrelationRuleFilter
-
Gets the address to send to.
- getTo() - Method in class com.azure.messaging.servicebus.ServiceBusMessage
-
Gets the "to" address.
- getTo() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
-
Gets the "to" address.
- getTopic(String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Gets information about the topic.
- getTopic(String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Gets information about the topic.
- getTopicExists(String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Gets whether or not a topic with topicName
exists in the Service Bus namespace.
- getTopicExists(String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Gets whether or not a topic with topicName
exists in the Service Bus namespace.
- getTopicExistsWithResponse(String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Gets whether or not a topic with topicName
exists in the Service Bus namespace.
- getTopicExistsWithResponse(String, Context) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Gets whether or not a topic with topicName
exists in the Service Bus namespace.
- getTopicName() - Method in class com.azure.messaging.servicebus.administration.models.SubscriptionProperties
-
Gets the name of the topic under which subscription exists.
- getTopicName() - Method in class com.azure.messaging.servicebus.administration.models.SubscriptionRuntimeProperties
-
Gets the name of the topic this subscription is associated with.
- getTopicRuntimeProperties(String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Gets runtime properties about the topic.
- getTopicRuntimeProperties(String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Gets runtime properties about the topic.
- getTopicRuntimePropertiesWithResponse(String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Gets runtime properties about the topic with its HTTP response.
- getTopicRuntimePropertiesWithResponse(String, Context) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Gets runtime properties about the topic with its HTTP response.
- getTopicWithResponse(String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Gets information about the topic along with its HTTP response.
- getTopicWithResponse(String, Context) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Gets information about the topic along with its HTTP response.
- getTotalMessageCount() - Method in class com.azure.messaging.servicebus.administration.models.QueueRuntimeProperties
-
Gets the number of messages in the queue.
- getTotalMessageCount() - Method in class com.azure.messaging.servicebus.administration.models.SubscriptionRuntimeProperties
-
Gets the number of messages in the subscription.
- getTransactionId() - Method in class com.azure.messaging.servicebus.ServiceBusTransactionContext
-
Gets the transaction id.
- getTransferDeadLetterMessageCount() - Method in class com.azure.messaging.servicebus.administration.models.QueueRuntimeProperties
-
Get the transferDeadLetterMessageCount property: Number of messages transferred into dead letters.
- getTransferDeadLetterMessageCount() - Method in class com.azure.messaging.servicebus.administration.models.SubscriptionRuntimeProperties
-
Get the transferDeadLetterMessageCount property: Number of messages transferred into dead letters.
- getTransferMessageCount() - Method in class com.azure.messaging.servicebus.administration.models.QueueRuntimeProperties
-
Get the transferMessageCount property: Number of messages transferred to another queue, topic, or subscription.
- getTransferMessageCount() - Method in class com.azure.messaging.servicebus.administration.models.SubscriptionRuntimeProperties
-
Get the transferMessageCount property: Number of messages transferred to another queue, topic, or subscription.
- getUpdatedAt() - Method in class com.azure.messaging.servicebus.administration.models.QueueRuntimeProperties
-
Gets the exact time a message was updated in the queue.
- getUpdatedAt() - Method in class com.azure.messaging.servicebus.administration.models.SubscriptionRuntimeProperties
-
Gets the exact time the subscription was updated.
- getUpdatedAt() - Method in class com.azure.messaging.servicebus.administration.models.TopicRuntimeProperties
-
Gets the exact time the topic description was updated.
- getUserMetadata() - Method in class com.azure.messaging.servicebus.administration.models.CreateQueueOptions
-
Get the userMetadata property: Custom metdata that user can associate with the description.
- getUserMetadata() - Method in class com.azure.messaging.servicebus.administration.models.CreateSubscriptionOptions
-
Get the userMetadata property: Metadata associated with the subscription.
- getUserMetadata() - Method in class com.azure.messaging.servicebus.administration.models.CreateTopicOptions
-
Get the userMetadata property: Custom metdata that user can associate with the description.
- getUserMetadata() - Method in class com.azure.messaging.servicebus.administration.models.QueueProperties
-
Get the userMetadata property: Custom metdata that user can associate with the description.
- getUserMetadata() - Method in class com.azure.messaging.servicebus.administration.models.SubscriptionProperties
-
Get the userMetadata property: Metadata associated with the subscription.
- getUserMetadata() - Method in class com.azure.messaging.servicebus.administration.models.TopicProperties
-
Get the userMetadata property: Metadata associated with the topic.
- getVersion() - Method in enum com.azure.messaging.servicebus.ServiceBusServiceVersion
- scheduleMessage(ServiceBusMessage, OffsetDateTime, ServiceBusTransactionContext) - Method in class com.azure.messaging.servicebus.ServiceBusSenderAsyncClient
-
Sends a scheduled message to the Azure Service Bus entity this sender is connected to.
- scheduleMessage(ServiceBusMessage, OffsetDateTime) - Method in class com.azure.messaging.servicebus.ServiceBusSenderAsyncClient
-
Sends a scheduled message to the Azure Service Bus entity this sender is connected to.
- scheduleMessage(ServiceBusMessage, OffsetDateTime) - Method in class com.azure.messaging.servicebus.ServiceBusSenderClient
-
Sends a scheduled message to the Azure Service Bus entity this sender is connected to.
- scheduleMessage(ServiceBusMessage, OffsetDateTime, ServiceBusTransactionContext) - Method in class com.azure.messaging.servicebus.ServiceBusSenderClient
-
Sends a scheduled message to the Azure Service Bus entity this sender is connected to.
- scheduleMessages(Iterable<ServiceBusMessage>, OffsetDateTime) - Method in class com.azure.messaging.servicebus.ServiceBusSenderAsyncClient
-
Sends a batch of scheduled messages to the Azure Service Bus entity this sender is connected to.
- scheduleMessages(Iterable<ServiceBusMessage>, OffsetDateTime, ServiceBusTransactionContext) - Method in class com.azure.messaging.servicebus.ServiceBusSenderAsyncClient
-
Sends a scheduled messages to the Azure Service Bus entity this sender is connected to.
- scheduleMessages(Iterable<ServiceBusMessage>, OffsetDateTime) - Method in class com.azure.messaging.servicebus.ServiceBusSenderClient
-
Sends a batch of scheduled messages to the Azure Service Bus entity this sender is connected to.
- scheduleMessages(Iterable<ServiceBusMessage>, OffsetDateTime, ServiceBusTransactionContext) - Method in class com.azure.messaging.servicebus.ServiceBusSenderClient
-
Sends a batch of scheduled messages to the Azure Service Bus entity this sender is connected to.
- SEND - Static variable in class com.azure.messaging.servicebus.administration.models.AccessRights
-
Static value Send for AccessRights.
- SEND - Static variable in class com.azure.messaging.servicebus.ServiceBusErrorSource
-
Error while sending a message.
- SEND_DISABLED - Static variable in class com.azure.messaging.servicebus.administration.models.EntityStatus
-
Static value SendDisabled for EntityStatus.
- sender() - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder
-
- sendMessage(ServiceBusMessage) - Method in class com.azure.messaging.servicebus.ServiceBusSenderAsyncClient
-
Sends a message to a Service Bus queue or topic.
- sendMessage(ServiceBusMessage, ServiceBusTransactionContext) - Method in class com.azure.messaging.servicebus.ServiceBusSenderAsyncClient
-
Sends a message to a Service Bus queue or topic.
- sendMessage(ServiceBusMessage) - Method in class com.azure.messaging.servicebus.ServiceBusSenderClient
-
Sends a message to a Service Bus queue or topic.
- sendMessage(ServiceBusMessage, ServiceBusTransactionContext) - Method in class com.azure.messaging.servicebus.ServiceBusSenderClient
-
Sends a message to a Service Bus queue or topic.
- sendMessages(Iterable<ServiceBusMessage>, ServiceBusTransactionContext) - Method in class com.azure.messaging.servicebus.ServiceBusSenderAsyncClient
-
Sends a set of messages to a Service Bus queue or topic using a batched approach.
- sendMessages(Iterable<ServiceBusMessage>) - Method in class com.azure.messaging.servicebus.ServiceBusSenderAsyncClient
-
Sends a set of messages to a Service Bus queue or topic using a batched approach.
- sendMessages(ServiceBusMessageBatch) - Method in class com.azure.messaging.servicebus.ServiceBusSenderAsyncClient
-
Sends a message batch to the Azure Service Bus entity this sender is connected to.
- sendMessages(ServiceBusMessageBatch, ServiceBusTransactionContext) - Method in class com.azure.messaging.servicebus.ServiceBusSenderAsyncClient
-
Sends a message batch to the Azure Service Bus entity this sender is connected to.
- sendMessages(Iterable<ServiceBusMessage>) - Method in class com.azure.messaging.servicebus.ServiceBusSenderClient
-
Sends a set of
ServiceBusMessage
to a Service Bus queue or topic using a batched approach.
- sendMessages(ServiceBusMessageBatch) - Method in class com.azure.messaging.servicebus.ServiceBusSenderClient
-
Sends a message batch to the Azure Service Bus entity this sender is connected to.
- sendMessages(Iterable<ServiceBusMessage>, ServiceBusTransactionContext) - Method in class com.azure.messaging.servicebus.ServiceBusSenderClient
-
Sends a set of
ServiceBusMessage
to a Service Bus queue or topic using a batched approach.
- sendMessages(ServiceBusMessageBatch, ServiceBusTransactionContext) - Method in class com.azure.messaging.servicebus.ServiceBusSenderClient
-
Sends a message batch to the Azure Service Bus entity this sender is connected to.
- SERVICE_BUSY - Static variable in class com.azure.messaging.servicebus.ServiceBusFailureReason
-
The Azure Service Bus service reports that it is busy in response to a client request to perform an operation
.
- SERVICE_COMMUNICATION_ERROR - Static variable in class com.azure.messaging.servicebus.ServiceBusFailureReason
-
There was a general communications error encountered when interacting with the Azure Service Bus service.
- SERVICE_TIMEOUT - Static variable in class com.azure.messaging.servicebus.ServiceBusFailureReason
-
An operation or other request timed out while interacting with the Azure Service Bus service.
- ServiceBusAdministrationAsyncClient - Class in com.azure.messaging.servicebus.administration
-
An asynchronous client for managing a Service Bus namespace.
- ServiceBusAdministrationClient - Class in com.azure.messaging.servicebus.administration
-
A synchronous client for managing a Service Bus namespace.
- ServiceBusAdministrationClientBuilder - Class in com.azure.messaging.servicebus.administration
-
- ServiceBusAdministrationClientBuilder() - Constructor for class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClientBuilder
-
Constructs a builder with the default parameters.
- ServiceBusClientBuilder - Class in com.azure.messaging.servicebus
-
The builder to create Service Bus clients:
- ServiceBusClientBuilder() - Constructor for class com.azure.messaging.servicebus.ServiceBusClientBuilder
-
Creates a new instance with the default transport AmqpTransportType.AMQP
.
- ServiceBusClientBuilder.ServiceBusProcessorClientBuilder - Class in com.azure.messaging.servicebus
-
- ServiceBusClientBuilder.ServiceBusReceiverClientBuilder - Class in com.azure.messaging.servicebus
-
- ServiceBusClientBuilder.ServiceBusSenderClientBuilder - Class in com.azure.messaging.servicebus
-
- ServiceBusClientBuilder.ServiceBusSessionProcessorClientBuilder - Class in com.azure.messaging.servicebus
-
- ServiceBusClientBuilder.ServiceBusSessionReceiverClientBuilder - Class in com.azure.messaging.servicebus
-
- ServiceBusConnectionStringProperties - Class in com.azure.messaging.servicebus
-
A utility class that parses a connection string into sections.
- ServiceBusErrorContext - Class in com.azure.messaging.servicebus
-
- ServiceBusErrorSource - Class in com.azure.messaging.servicebus
-
Represents the operation a Service Bus client was performing when the error happened.
- ServiceBusErrorSource() - Constructor for class com.azure.messaging.servicebus.ServiceBusErrorSource
-
- ServiceBusException - Exception in com.azure.messaging.servicebus
-
Exception containing additional information about the operation that caused the error.
- ServiceBusException(Throwable, ServiceBusErrorSource) - Constructor for exception com.azure.messaging.servicebus.ServiceBusException
-
Creates an instance containing the error and the operation that created the error.
- ServiceBusFailureReason - Class in com.azure.messaging.servicebus
-
The set of well-known reasons for an Service Bus operation failure that was the cause of an exception.
- ServiceBusFailureReason() - Constructor for class com.azure.messaging.servicebus.ServiceBusFailureReason
-
- ServiceBusMessage - Class in com.azure.messaging.servicebus
-
The data structure encapsulating the message being sent to Service Bus.
- ServiceBusMessage(byte[]) - Constructor for class com.azure.messaging.servicebus.ServiceBusMessage
-
- ServiceBusMessage(String) - Constructor for class com.azure.messaging.servicebus.ServiceBusMessage
-
- ServiceBusMessage(BinaryData) - Constructor for class com.azure.messaging.servicebus.ServiceBusMessage
-
Creates a
ServiceBusMessage
containing the
body
.The
BinaryData
provides various
convenience API representing byte array.
- ServiceBusMessage(AmqpMessageBody) - Constructor for class com.azure.messaging.servicebus.ServiceBusMessage
-
This constructor provides an easy way to create
ServiceBusMessage
with message body as AMQP Data types
SEQUENCE
and
VALUE
.
- ServiceBusMessage(ServiceBusReceivedMessage) - Constructor for class com.azure.messaging.servicebus.ServiceBusMessage
-
- ServiceBusMessageBatch - Class in com.azure.messaging.servicebus
-
A class for aggregating
messages
into a single, size-limited, batch.
- ServiceBusProcessorClient - Class in com.azure.messaging.servicebus
-
The processor client for processing Service Bus messages.
- ServiceBusReceivedMessage - Class in com.azure.messaging.servicebus
-
The data structure encapsulating the message received from Service Bus.
- ServiceBusReceivedMessageContext - Class in com.azure.messaging.servicebus
-
The Service Bus processor message context that holds a received message and additional methods to settle the message.
- ServiceBusReceiveMode - Enum in com.azure.messaging.servicebus.models
-
Defines the modes for receiving messages.
- ServiceBusReceiverAsyncClient - Class in com.azure.messaging.servicebus
-
An
asynchronous receiver responsible for receiving
messages
from a specific
queue or topic subscription.
- ServiceBusReceiverClient - Class in com.azure.messaging.servicebus
-
A
synchronous receiver responsible for receiving
ServiceBusReceivedMessage
from a specific queue or
topic on Azure Service Bus.
- ServiceBusSenderAsyncClient - Class in com.azure.messaging.servicebus
-
An asynchronous client to send messages to a Service Bus resource.
- ServiceBusSenderClient - Class in com.azure.messaging.servicebus
-
A
synchronous sender responsible for sending
ServiceBusMessage
to specific queue or topic on
Azure Service Bus.
- ServiceBusServiceVersion - Enum in com.azure.messaging.servicebus
-
The versions of Azure Service Bus supported by this client library.
- ServiceBusSessionReceiverAsyncClient - Class in com.azure.messaging.servicebus
-
This
asynchronous session receiver client is used to acquire session locks from a queue or topic and create
ServiceBusReceiverAsyncClient
instances that are tied to the locked sessions.
- ServiceBusSessionReceiverClient - Class in com.azure.messaging.servicebus
-
This
synchronous session receiver client is used to acquire session locks from a queue or topic and create
ServiceBusReceiverClient
instances that are tied to the locked sessions.
- ServiceBusTransactionContext - Class in com.azure.messaging.servicebus
-
Represents transaction in service.
- serviceVersion(ServiceBusServiceVersion) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClientBuilder
-
- SESSION_CANNOT_BE_LOCKED - Static variable in class com.azure.messaging.servicebus.ServiceBusFailureReason
-
The requested session cannot be locked.
- SESSION_LOCK_LOST - Static variable in class com.azure.messaging.servicebus.ServiceBusFailureReason
-
The lock on the session has expired.
- sessionProcessor() - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder
-
- sessionReceiver() - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder
-
- setAction(RuleAction) - Method in class com.azure.messaging.servicebus.administration.models.CreateRuleOptions
-
Sets the action to perform if the message satisfies the filtering expression.
- setAction(RuleAction) - Method in class com.azure.messaging.servicebus.administration.models.RuleProperties
-
Sets the action to perform if the message satisfies the filtering expression.
- setAlias(String) - Method in class com.azure.messaging.servicebus.administration.models.NamespaceProperties
-
Set the alias property: Alias for the geo-disaster recovery Service Bus namespace.
- setAutoDeleteOnIdle(Duration) - Method in class com.azure.messaging.servicebus.administration.models.CreateQueueOptions
-
Set the autoDeleteOnIdle property: ISO 8601 timeSpan idle interval after which the queue is automatically
deleted.
- setAutoDeleteOnIdle(Duration) - Method in class com.azure.messaging.servicebus.administration.models.CreateSubscriptionOptions
-
Set the autoDeleteOnIdle property: ISO 8601 timeSpan idle interval after which the subscription is automatically
deleted.
- setAutoDeleteOnIdle(Duration) - Method in class com.azure.messaging.servicebus.administration.models.CreateTopicOptions
-
Set the autoDeleteOnIdle property: ISO 8601 timeSpan idle interval after which the queue is automatically
deleted.
- setAutoDeleteOnIdle(Duration) - Method in class com.azure.messaging.servicebus.administration.models.QueueProperties
-
Set the autoDeleteOnIdle property: ISO 8601 timeSpan idle interval after which the queue is automatically
deleted.
- setAutoDeleteOnIdle(Duration) - Method in class com.azure.messaging.servicebus.administration.models.SubscriptionProperties
-
Set the autoDeleteOnIdle property: ISO 8601 timeSpan idle interval after which the subscription is automatically
deleted.
- setAutoDeleteOnIdle(Duration) - Method in class com.azure.messaging.servicebus.administration.models.TopicProperties
-
Set the autoDeleteOnIdle property: ISO 8601 timeSpan idle interval after which the topic is automatically
deleted.
- setBatchedOperationsEnabled(boolean) - Method in class com.azure.messaging.servicebus.administration.models.CreateQueueOptions
-
Set the enableBatchedOperations property: Value that indicates whether server-side batched operations are
enabled.
- setBatchedOperationsEnabled(boolean) - Method in class com.azure.messaging.servicebus.administration.models.CreateSubscriptionOptions
-
Set the enableBatchedOperations property: Value that indicates whether server-side batched operations are
enabled.
- setBatchedOperationsEnabled(boolean) - Method in class com.azure.messaging.servicebus.administration.models.CreateTopicOptions
-
Set the enableBatchedOperations property: Value that indicates whether server-side batched operations are
enabled.
- setBatchedOperationsEnabled(boolean) - Method in class com.azure.messaging.servicebus.administration.models.QueueProperties
-
Set the enableBatchedOperations property: Value that indicates whether server-side batched operations are
enabled.
- setBatchedOperationsEnabled(boolean) - Method in class com.azure.messaging.servicebus.administration.models.SubscriptionProperties
-
Set the enableBatchedOperations property: Value that indicates whether server-side batched operations are
enabled.
- setContentType(String) - Method in class com.azure.messaging.servicebus.administration.models.CorrelationRuleFilter
-
Sets the content type of the message.
- setContentType(String) - Method in class com.azure.messaging.servicebus.ServiceBusMessage
-
- setCorrelationId(String) - Method in class com.azure.messaging.servicebus.administration.models.CorrelationRuleFilter
-
Sets the correlation identifier.
- setCorrelationId(String) - Method in class com.azure.messaging.servicebus.ServiceBusMessage
-
Sets a correlation identifier.
- setDeadLetterErrorDescription(String) - Method in class com.azure.messaging.servicebus.models.DeadLetterOptions
-
Sets the error description while putting message in dead letter sub-queue.
- setDeadLetteringOnMessageExpiration(boolean) - Method in class com.azure.messaging.servicebus.administration.models.CreateQueueOptions
-
Set the deadLetteringOnMessageExpiration property: A value that indicates whether this queue has dead letter
support when a message expires.
- setDeadLetteringOnMessageExpiration(boolean) - Method in class com.azure.messaging.servicebus.administration.models.CreateSubscriptionOptions
-
Set the deadLetteringOnMessageExpiration property: A value that indicates whether this subscription has dead
letter support when a message expires.
- setDeadLetteringOnMessageExpiration(boolean) - Method in class com.azure.messaging.servicebus.administration.models.QueueProperties
-
Set the deadLetteringOnMessageExpiration property: A value that indicates whether this queue has dead letter
support when a message expires.
- setDeadLetteringOnMessageExpiration(boolean) - Method in class com.azure.messaging.servicebus.administration.models.SubscriptionProperties
-
Set the deadLetteringOnMessageExpiration property: A value that indicates whether this subscription has dead
letter support when a message expires.
- setDeadLetterReason(String) - Method in class com.azure.messaging.servicebus.models.DeadLetterOptions
-
Sets the reason while putting message in dead letter sub-queue.
- setDefaultMessageTimeToLive(Duration) - Method in class com.azure.messaging.servicebus.administration.models.CreateQueueOptions
-
Set the defaultMessageTimeToLive property: ISO 8601 default message timespan to live value.
- setDefaultMessageTimeToLive(Duration) - Method in class com.azure.messaging.servicebus.administration.models.CreateSubscriptionOptions
-
Set the defaultMessageTimeToLive property: ISO 8601 default message timespan to live value.
- setDefaultMessageTimeToLive(Duration) - Method in class com.azure.messaging.servicebus.administration.models.CreateTopicOptions
-
Set the defaultMessageTimeToLive property: ISO 8601 default message timespan to live value.
- setDefaultMessageTimeToLive(Duration) - Method in class com.azure.messaging.servicebus.administration.models.QueueProperties
-
Set the defaultMessageTimeToLive property: ISO 8601 default message timespan to live value.
- setDefaultMessageTimeToLive(Duration) - Method in class com.azure.messaging.servicebus.administration.models.SubscriptionProperties
-
Set the defaultMessageTimeToLive property: ISO 8601 default message timespan to live value.
- setDefaultMessageTimeToLive(Duration) - Method in class com.azure.messaging.servicebus.administration.models.TopicProperties
-
Set the defaultMessageTimeToLive property: ISO 8601 default message timespan to live value.
- setDuplicateDetectionHistoryTimeWindow(Duration) - Method in class com.azure.messaging.servicebus.administration.models.CreateQueueOptions
-
Set the duplicateDetectionHistoryTimeWindow property: ISO 8601 timeSpan structure that defines the duration of
the duplicate detection history.
- setDuplicateDetectionHistoryTimeWindow(Duration) - Method in class com.azure.messaging.servicebus.administration.models.CreateTopicOptions
-
Set the duplicateDetectionHistoryTimeWindow property: ISO 8601 timeSpan structure that defines the duration of
the duplicate detection history.
- setDuplicateDetectionHistoryTimeWindow(Duration) - Method in class com.azure.messaging.servicebus.administration.models.QueueProperties
-
Set the duplicateDetectionHistoryTimeWindow property: ISO 8601 timeSpan structure that defines the duration of
the duplicate detection history.
- setDuplicateDetectionHistoryTimeWindow(Duration) - Method in class com.azure.messaging.servicebus.administration.models.TopicProperties
-
Set the duplicateDetectionHistoryTimeWindow property: ISO 8601 timeSpan structure that defines the duration of
the duplicate detection history.
- setDuplicateDetectionRequired(boolean) - Method in class com.azure.messaging.servicebus.administration.models.CreateQueueOptions
-
Set the requiresDuplicateDetection property: A value indicating if this queue requires duplicate detection.
- setDuplicateDetectionRequired(boolean) - Method in class com.azure.messaging.servicebus.administration.models.CreateTopicOptions
-
Set the requiresDuplicateDetection property: A value indicating if this queue requires duplicate detection.
- setDuplicateDetectionRequired(boolean) - Method in class com.azure.messaging.servicebus.administration.models.TopicProperties
-
Set the requiresDuplicateDetection property: A value indicating if this topic requires duplicate detection.
- setEnableDeadLetteringOnFilterEvaluationExceptions(boolean) - Method in class com.azure.messaging.servicebus.administration.models.CreateSubscriptionOptions
-
Set the deadLetteringOnFilterEvaluationExceptions property: A value that indicates whether this subscription has
dead letter support when a message expires.
- setEnableDeadLetteringOnFilterEvaluationExceptions(boolean) - Method in class com.azure.messaging.servicebus.administration.models.SubscriptionProperties
-
Set the deadLetteringOnFilterEvaluationExceptions property: A value that indicates whether this subscription has
dead letter support when a message expires.
- setFilter(RuleFilter) - Method in class com.azure.messaging.servicebus.administration.models.CreateRuleOptions
-
Sets the filter expression used to match messages.
- setFilter(RuleFilter) - Method in class com.azure.messaging.servicebus.administration.models.RuleProperties
-
Sets the filter expression used to match messages.
- setForwardDeadLetteredMessagesTo(String) - Method in class com.azure.messaging.servicebus.administration.models.CreateQueueOptions
-
Set the forwardDeadLetteredMessagesTo property: The name of the recipient entity to which all the dead-lettered
messages of this queue are forwarded to.
- setForwardDeadLetteredMessagesTo(String) - Method in class com.azure.messaging.servicebus.administration.models.CreateSubscriptionOptions
-
Set the forwardDeadLetteredMessagesTo property: The name of the recipient entity to which all the messages sent
to the subscription are forwarded to.
- setForwardDeadLetteredMessagesTo(String) - Method in class com.azure.messaging.servicebus.administration.models.QueueProperties
-
Set the forwardDeadLetteredMessagesTo property: The name of the recipient entity to which all the dead-lettered
messages of this queue are forwarded to.
- setForwardDeadLetteredMessagesTo(String) - Method in class com.azure.messaging.servicebus.administration.models.SubscriptionProperties
-
Set the forwardDeadLetteredMessagesTo property: The name of the recipient entity to which all the messages sent
to the subscription are forwarded to.
- setForwardTo(String) - Method in class com.azure.messaging.servicebus.administration.models.CreateQueueOptions
-
Set the forwardTo property: The name of the recipient entity to which all the messages sent to the queue are
forwarded to.
- setForwardTo(String) - Method in class com.azure.messaging.servicebus.administration.models.CreateSubscriptionOptions
-
Set the forwardTo property: The name of the recipient entity to which all the messages sent to the subscription
are forwarded to.
- setForwardTo(String) - Method in class com.azure.messaging.servicebus.administration.models.QueueProperties
-
Set the forwardTo property: The name of the recipient entity to which all the messages sent to the queue are
forwarded to.
- setForwardTo(String) - Method in class com.azure.messaging.servicebus.administration.models.SubscriptionProperties
-
Set the forwardTo property: The name of the recipient entity to which all the messages sent to the subscription
are forwarded to.
- setLabel(String) - Method in class com.azure.messaging.servicebus.administration.models.CorrelationRuleFilter
-
Sets the application specific label.
- setLockDuration(Duration) - Method in class com.azure.messaging.servicebus.administration.models.CreateQueueOptions
-
Set the lockDuration property: ISO 8601 timespan duration of a peek-lock; that is, the amount of time that the
message is locked for other receivers.
- setLockDuration(Duration) - Method in class com.azure.messaging.servicebus.administration.models.CreateSubscriptionOptions
-
Set the lockDuration property: ISO 8601 time-span duration of a peek-lock; that is, the amount of time that the
message is locked for other receivers.
- setLockDuration(Duration) - Method in class com.azure.messaging.servicebus.administration.models.CreateTopicOptions
-
Set the lockDuration property: ISO 8601 timespan duration of a peek-lock; that is, the amount of time that the
message is locked for other receivers.
- setLockDuration(Duration) - Method in class com.azure.messaging.servicebus.administration.models.QueueProperties
-
Set the lockDuration property: ISO 8601 timespan duration of a peek-lock; that is, the amount of time that the
message is locked for other receivers.
- setLockDuration(Duration) - Method in class com.azure.messaging.servicebus.administration.models.SubscriptionProperties
-
Set the lockDuration property: ISO 8601 timespan duration of a peek-lock; that is, the amount of time that the
message is locked for other receivers.
- setMaxDeliveryCount(int) - Method in class com.azure.messaging.servicebus.administration.models.CreateQueueOptions
-
Set the maxDeliveryCount property: The maximum delivery count.
- setMaxDeliveryCount(int) - Method in class com.azure.messaging.servicebus.administration.models.CreateSubscriptionOptions
-
Set the maxDeliveryCount property: The maximum delivery count.
- setMaxDeliveryCount(int) - Method in class com.azure.messaging.servicebus.administration.models.CreateTopicOptions
-
Set the maxDeliveryCount property: The maximum delivery count.
- setMaxDeliveryCount(Integer) - Method in class com.azure.messaging.servicebus.administration.models.QueueProperties
-
Sets the maximum delivery count.
- setMaxDeliveryCount(int) - Method in class com.azure.messaging.servicebus.administration.models.SubscriptionProperties
-
Set the maxDeliveryCount property: The maximum delivery count.
- setMaximumSizeInBytes(int) - Method in class com.azure.messaging.servicebus.models.CreateMessageBatchOptions
-
Sets the maximum size for the batch of messages.
- setMaxSizeInMegabytes(int) - Method in class com.azure.messaging.servicebus.administration.models.CreateQueueOptions
-
Set the maxSizeInMegabytes property: The maximum size of the queue in megabytes, which is the size of memory
allocated for the queue.
- setMaxSizeInMegabytes(long) - Method in class com.azure.messaging.servicebus.administration.models.CreateTopicOptions
-
Set the maxSizeInMegabytes property: The maximum size of the queue in megabytes, which is the size of memory
allocated for the queue.
- setMaxSizeInMegabytes(Integer) - Method in class com.azure.messaging.servicebus.administration.models.QueueProperties
-
Set the maxSizeInMegabytes property: The maximum size of the queue in megabytes, which is the size of memory
allocated for the queue.
- setMaxSizeInMegabytes(long) - Method in class com.azure.messaging.servicebus.administration.models.TopicProperties
-
Set the maxSizeInMegabytes property: The maximum size of the topic in megabytes, which is the size of memory
allocated for the topic.
- setMessageId(String) - Method in class com.azure.messaging.servicebus.administration.models.CorrelationRuleFilter
-
Sets the identifier for the message.
- setMessageId(String) - Method in class com.azure.messaging.servicebus.ServiceBusMessage
-
Sets the message id.
- setMessagingSku(MessagingSku) - Method in class com.azure.messaging.servicebus.administration.models.NamespaceProperties
-
Set the messagingSku property: The SKU for the messaging entity.
- setMessagingUnits(Integer) - Method in class com.azure.messaging.servicebus.administration.models.NamespaceProperties
-
Set the messagingUnits property: The number of messaging units allocated to the namespace.
- setModifiedTime(OffsetDateTime) - Method in class com.azure.messaging.servicebus.administration.models.NamespaceProperties
-
Set the modifiedTime property: The exact time the namespace was last modified.
- setName(String) - Method in class com.azure.messaging.servicebus.administration.models.NamespaceProperties
-
Set the name property: Name of the namespace.
- setNamespaceType(NamespaceType) - Method in class com.azure.messaging.servicebus.administration.models.NamespaceProperties
-
Set the namespaceType property: The type of entities the namespace can contain.
- setOrderingSupported(boolean) - Method in class com.azure.messaging.servicebus.administration.models.CreateTopicOptions
-
Defines whether ordering needs to be maintained.
- setOrderingSupported(boolean) - Method in class com.azure.messaging.servicebus.administration.models.TopicProperties
-
Set the supportOrdering property: A value that indicates whether the topic supports ordering.
- setPartitioningEnabled(boolean) - Method in class com.azure.messaging.servicebus.administration.models.CreateQueueOptions
-
Set the enablePartitioning property: A value that indicates whether the queue is to be partitioned across
multiple message brokers.
- setPartitioningEnabled(boolean) - Method in class com.azure.messaging.servicebus.administration.models.CreateTopicOptions
-
Set the enablePartitioning property: A value that indicates whether the queue is to be partitioned across
multiple message brokers.
- setPartitionKey(String) - Method in class com.azure.messaging.servicebus.ServiceBusMessage
-
Sets a partition key for sending a message to a partitioned entity
- setPrimaryKey(String) - Method in class com.azure.messaging.servicebus.administration.models.SharedAccessAuthorizationRule
-
Sets the primary key.
- setPropertiesToModify(Map<String, Object>) - Method in class com.azure.messaging.servicebus.models.AbandonOptions
-
Sets the message properties to modify while abandoning message.
- setPropertiesToModify(Map<String, Object>) - Method in class com.azure.messaging.servicebus.models.DeadLetterOptions
-
Sets the message properties to modify while putting message in dead letter sub-queue.
- setPropertiesToModify(Map<String, Object>) - Method in class com.azure.messaging.servicebus.models.DeferOptions
-
Sets the message properties to modify while deferring the message.
- setReplyTo(String) - Method in class com.azure.messaging.servicebus.administration.models.CorrelationRuleFilter
-
Sets the address of the queue or subscription to reply to.
- setReplyTo(String) - Method in class com.azure.messaging.servicebus.ServiceBusMessage
-
Sets the address of an entity to send replies to.
- setReplyToSessionId(String) - Method in class com.azure.messaging.servicebus.administration.models.CorrelationRuleFilter
-
Sets the session identifier to reply to.
- setReplyToSessionId(String) - Method in class com.azure.messaging.servicebus.ServiceBusMessage
-
Gets or sets a session identifier augmenting the
ReplyTo
address.
- setScheduledEnqueueTime(OffsetDateTime) - Method in class com.azure.messaging.servicebus.ServiceBusMessage
-
Sets the scheduled enqueue time of this message.
- setSecondaryKey(String) - Method in class com.azure.messaging.servicebus.administration.models.SharedAccessAuthorizationRule
-
Sets the secondary key.
- setSessionId(String) - Method in class com.azure.messaging.servicebus.administration.models.CorrelationRuleFilter
-
Sets the session identifier.
- setSessionId(String) - Method in class com.azure.messaging.servicebus.ServiceBusMessage
-
Sets the session identifier for a session-aware entity.
- setSessionRequired(boolean) - Method in class com.azure.messaging.servicebus.administration.models.CreateQueueOptions
-
Set the requiresSession property: A value that indicates whether the queue supports the concept of sessions.
- setSessionRequired(boolean) - Method in class com.azure.messaging.servicebus.administration.models.CreateSubscriptionOptions
-
Set the requiresSession property: A value that indicates whether the queue supports the concept of sessions.
- setSessionRequired(boolean) - Method in class com.azure.messaging.servicebus.administration.models.CreateTopicOptions
-
Set the requiresSession property: A value that indicates whether the queue supports the concept of sessions.
- setSessionState(byte[]) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
-
Sets the state of the session this receiver works for.
- setSessionState(byte[]) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
-
Sets the state of the session if this receiver is a session receiver.
- setStatus(EntityStatus) - Method in class com.azure.messaging.servicebus.administration.models.CreateQueueOptions
-
Set the status property: Status of a Service Bus resource.
- setStatus(EntityStatus) - Method in class com.azure.messaging.servicebus.administration.models.CreateSubscriptionOptions
-
Set the status property: Status of a Service Bus resource.
- setStatus(EntityStatus) - Method in class com.azure.messaging.servicebus.administration.models.CreateTopicOptions
-
Set the status property: Status of a Service Bus resource.
- setStatus(EntityStatus) - Method in class com.azure.messaging.servicebus.administration.models.QueueProperties
-
Set the status property: Status of a Service Bus resource.
- setStatus(EntityStatus) - Method in class com.azure.messaging.servicebus.administration.models.SubscriptionProperties
-
Set the status property: Status of a Service Bus resource.
- setStatus(EntityStatus) - Method in class com.azure.messaging.servicebus.administration.models.TopicProperties
-
Set the status property: Status of a Service Bus resource.
- setSubject(String) - Method in class com.azure.messaging.servicebus.ServiceBusMessage
-
Sets the subject for the message.
- setTimeToLive(Duration) - Method in class com.azure.messaging.servicebus.ServiceBusMessage
-
Sets the duration of time before this message expires.
- setTo(String) - Method in class com.azure.messaging.servicebus.administration.models.CorrelationRuleFilter
-
Sets the address to send to.
- setTo(String) - Method in class com.azure.messaging.servicebus.ServiceBusMessage
-
Sets the "to" address.
- setTransactionContext(ServiceBusTransactionContext) - Method in class com.azure.messaging.servicebus.models.AbandonOptions
-
- setTransactionContext(ServiceBusTransactionContext) - Method in class com.azure.messaging.servicebus.models.CompleteOptions
-
- setTransactionContext(ServiceBusTransactionContext) - Method in class com.azure.messaging.servicebus.models.DeadLetterOptions
-
- setTransactionContext(ServiceBusTransactionContext) - Method in class com.azure.messaging.servicebus.models.DeferOptions
-
- setUserMetadata(String) - Method in class com.azure.messaging.servicebus.administration.models.CreateQueueOptions
-
Set the userMetadata property: Custom metdata that user can associate with the description.
- setUserMetadata(String) - Method in class com.azure.messaging.servicebus.administration.models.CreateSubscriptionOptions
-
Set the userMetadata property: Metadata associated with the subscription.
- setUserMetadata(String) - Method in class com.azure.messaging.servicebus.administration.models.CreateTopicOptions
-
Set the userMetadata property: Custom metdata that user can associate with the description.
- setUserMetadata(String) - Method in class com.azure.messaging.servicebus.administration.models.QueueProperties
-
Set the userMetadata property: Custom metdata that user can associate with the description.
- setUserMetadata(String) - Method in class com.azure.messaging.servicebus.administration.models.SubscriptionProperties
-
Set the userMetadata property: Metadata associated with the subscription.
- setUserMetadata(String) - Method in class com.azure.messaging.servicebus.administration.models.TopicProperties
-
Set the userMetadata property: Metadata associated with the topic.
- SharedAccessAuthorizationRule - Class in com.azure.messaging.servicebus.administration.models
-
A shared access key for accessing Service Bus entities.
- SharedAccessAuthorizationRule(String, List<AccessRights>) - Constructor for class com.azure.messaging.servicebus.administration.models.SharedAccessAuthorizationRule
-
Creates an instance with the given key name and access rights.
- SharedAccessAuthorizationRule(String, String, List<AccessRights>) - Constructor for class com.azure.messaging.servicebus.administration.models.SharedAccessAuthorizationRule
-
Creates an instance with the given key name, primary key, secondary key, and access rights.
- SharedAccessAuthorizationRule(String, String, String, List<AccessRights>) - Constructor for class com.azure.messaging.servicebus.administration.models.SharedAccessAuthorizationRule
-
Creates an instance with the given key name, primary key, secondary key, and access rights.
- SqlRuleAction - Class in com.azure.messaging.servicebus.administration.models
-
Represents set of actions written in SQL language-based syntax that is performed against a
ServiceBusMessage
.
- SqlRuleAction(String) - Constructor for class com.azure.messaging.servicebus.administration.models.SqlRuleAction
-
Creates a new instance with the given SQL expression.
- SqlRuleFilter - Class in com.azure.messaging.servicebus.administration.models
-
Represents a filter which is a composition of an expression and an action that is executed in the pub/sub pipeline.
- SqlRuleFilter(String) - Constructor for class com.azure.messaging.servicebus.administration.models.SqlRuleFilter
-
Creates a new instance with the given SQL expression.
- STANDARD - Static variable in class com.azure.messaging.servicebus.administration.models.MessagingSku
-
Static value Standard for MessagingSku.
- start() - Method in class com.azure.messaging.servicebus.ServiceBusProcessorClient
-
Starts the processor in the background.
- stop() - Method in class com.azure.messaging.servicebus.ServiceBusProcessorClient
-
Stops the message processing for this processor.
- SubQueue - Enum in com.azure.messaging.servicebus.models
-
Azure Service Bus queues and subscriptions provide a secondary sub-queue, called a dead-letter queue (DLQ).
- subQueue(SubQueue) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusProcessorClientBuilder
-
Sets the type of the
SubQueue
to connect to.
- subQueue(SubQueue) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusReceiverClientBuilder
-
Sets the type of the
SubQueue
to connect to.
- subQueue(SubQueue) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusSessionProcessorClientBuilder
-
Sets the type of the
SubQueue
to connect to.
- subQueue(SubQueue) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusSessionReceiverClientBuilder
-
Sets the type of the
SubQueue
to connect to.
- subscriptionName(String) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusProcessorClientBuilder
-
Sets the name of the subscription in the topic to listen to.
- subscriptionName(String) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusReceiverClientBuilder
-
Sets the name of the subscription in the topic to listen to.
- subscriptionName(String) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusSessionProcessorClientBuilder
-
Sets the name of the subscription in the topic to listen to.
- subscriptionName(String) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusSessionReceiverClientBuilder
-
Sets the name of the subscription in the topic to listen to.
- SubscriptionProperties - Class in com.azure.messaging.servicebus.administration.models
-
Properties on a subscription.
- SubscriptionRuntimeProperties - Class in com.azure.messaging.servicebus.administration.models
-
Runtime properties about a subscription.
- SubscriptionRuntimeProperties(SubscriptionProperties) - Constructor for class com.azure.messaging.servicebus.administration.models.SubscriptionRuntimeProperties
-
Creates a new instance with runtime properties extracted from the given SubscriptionDescription.