Index
All Classes and Interfaces|All Packages|Serialized Form
A
- abandon() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessageContext
-
Abandons the
message
in this context. - abandon(AbandonOptions) - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessageContext
-
Abandons the
message
in this context. - abandon(ServiceBusReceivedMessage) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
-
Abandons a
message
. - abandon(ServiceBusReceivedMessage) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
-
Abandons a
message
. - abandon(ServiceBusReceivedMessage, AbandonOptions) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
-
Abandons a
message
updates the message's properties. - abandon(ServiceBusReceivedMessage, AbandonOptions) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
-
Abandons a
message
and updates the message's properties. - ABANDON - Static variable in class com.azure.messaging.servicebus.ServiceBusErrorSource
-
Error while abandoning the message.
- AbandonOptions - Class in com.azure.messaging.servicebus.models
-
Options to specify while abandoning message.
- AbandonOptions() - Constructor for class com.azure.messaging.servicebus.models.AbandonOptions
- ACCEPT_SESSION - Static variable in class com.azure.messaging.servicebus.ServiceBusErrorSource
-
Error while session is accepted.
- acceptNextSession() - Method in class com.azure.messaging.servicebus.ServiceBusSessionReceiverAsyncClient
-
Acquires a session lock for the next available session and creates a
ServiceBusReceiverAsyncClient
to receive messages from the session. - acceptNextSession() - Method in class com.azure.messaging.servicebus.ServiceBusSessionReceiverClient
-
Acquires a session lock for the next available session and creates a
ServiceBusReceiverClient
to receive messages from the session. - acceptSession(String) - Method in class com.azure.messaging.servicebus.ServiceBusSessionReceiverAsyncClient
-
Acquires a session lock for
sessionId
and create aServiceBusReceiverAsyncClient
to receive messages from the session. - acceptSession(String) - Method in class com.azure.messaging.servicebus.ServiceBusSessionReceiverClient
-
Acquires a session lock for
sessionId
and create aServiceBusReceiverClient
to receive messages from the session. - AccessRights - Class in com.azure.messaging.servicebus.administration.models
-
Defines values for AccessRights.
- AccessRights() - Constructor for class com.azure.messaging.servicebus.administration.models.AccessRights
- ACTIVE - Enum constant in enum com.azure.messaging.servicebus.models.ServiceBusMessageState
-
Specifies an active message state.
- ACTIVE - Static variable in class com.azure.messaging.servicebus.administration.models.EntityStatus
-
Static value Active for EntityStatus.
- addContext(String, Object) - Method in class com.azure.messaging.servicebus.ServiceBusMessage
-
Adds a new key value pair to the existing context on Message.
- addPolicy(HttpPipelinePolicy) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClientBuilder
-
Adds a
pipeline policy
to apply on each request sent. - AuthorizationRule - Interface in com.azure.messaging.servicebus.administration.models
-
Represents an authorization rule to access Service Bus entities.
B
- BASIC - Static variable in class com.azure.messaging.servicebus.administration.models.MessagingSku
-
Static value Basic for MessagingSku.
- buildAsyncClient() - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClientBuilder
-
Creates a
ServiceBusAdministrationAsyncClient
based on options set in the builder. - buildAsyncClient() - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusReceiverClientBuilder
-
Creates an asynchronous Service Bus receiver responsible for reading
messages
from a specific queue or subscription. - buildAsyncClient() - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusSenderClientBuilder
-
Creates an asynchronous
client
for transmittingServiceBusMessage
to a Service Bus queue or topic. - buildAsyncClient() - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusSessionReceiverClientBuilder
-
Creates an asynchronous, session-aware Service Bus receiver responsible for reading
messages
from a specific queue or subscription. - buildClient() - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClientBuilder
-
Creates a
ServiceBusAdministrationClient
based on options set in the builder. - buildClient() - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusReceiverClientBuilder
-
Creates synchronous Service Bus receiver responsible for reading
messages
from a specific queue or subscription. - buildClient() - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusSenderClientBuilder
-
Creates a synchronous
client
for transmittingServiceBusMessage
to a Service Bus queue or topic. - buildClient() - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusSessionReceiverClientBuilder
-
Creates a synchronous, session-aware Service Bus receiver responsible for reading
messages
from a specific queue or subscription. - buildProcessorClient() - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusProcessorClientBuilder
-
Creates Service Bus message processor responsible for reading
messages
from a specific queue or subscription. - buildProcessorClient() - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusSessionProcessorClientBuilder
-
Creates a session-aware Service Bus processor responsible for reading
messages
from a specific queue or subscription.
C
- 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
-
Allows for setting common properties such as application ID, headers, proxy configuration, etc.
- 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
-
Disposes of the
ServiceBusSenderAsyncClient
. - close() - Method in class com.azure.messaging.servicebus.ServiceBusSenderClient
-
Disposes of the
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
-
Package containing classes for creating
ServiceBusSenderAsyncClient
,ServiceBusProcessorClient
, andServiceBusReceiverAsyncClient
to perform operations on Azure Service Bus. - 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
-
Package containing classes models for
ServiceBusAdministrationClient
andServiceBusAdministrationAsyncClient
used for managing Queues, Topics, and Subscriptions. - 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
-
Commits the transaction given
ServiceBusTransactionContext
. - commitTransaction(ServiceBusTransactionContext) - Method in class com.azure.messaging.servicebus.ServiceBusSenderClient
-
Commits the transaction given
ServiceBusTransactionContext
. - 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
-
Completes a
message
. - complete(ServiceBusReceivedMessage) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
-
Completes a
message
. - complete(ServiceBusReceivedMessage, CompleteOptions) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
-
Completes a
message
with the given options. - complete(ServiceBusReceivedMessage, CompleteOptions) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
-
Completes a
message
. - COMPLETE - Static variable in class com.azure.messaging.servicebus.ServiceBusErrorSource
-
Error while completing the message.
- 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
-
Initializes a new instance of
CorrelationRuleFilter
with default values. - 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
-
Creates a
ServiceBusMessageBatch
that can fit as many messages as the transport allows. - createMessageBatch() - Method in class com.azure.messaging.servicebus.ServiceBusSenderClient
-
Creates a
ServiceBusMessageBatch
that can fit as many messages as the transport allows. - createMessageBatch(CreateMessageBatchOptions) - Method in class com.azure.messaging.servicebus.ServiceBusSenderAsyncClient
-
Creates an
ServiceBusMessageBatch
configured with the options specified. - createMessageBatch(CreateMessageBatchOptions) - Method in class com.azure.messaging.servicebus.ServiceBusSenderClient
-
Creates an
ServiceBusMessageBatch
configured with the options specified. - 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) - 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.ServiceBusAdministrationAsyncClient
-
Creates a queue with the
CreateQueueOptions
and given queue name. - createQueue(String, CreateQueueOptions) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Creates a queue with the
CreateQueueOptions
. - 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) - 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.ServiceBusAdministrationAsyncClient
-
Creates a rule with the
CreateRuleOptions
. - createRule(String, String, String, CreateRuleOptions) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Creates a rule with the
CreateRuleOptions
. - 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
-
Initializes a new instance with the
TrueRuleFilter
. - CreateRuleOptions(RuleFilter) - Constructor for class com.azure.messaging.servicebus.administration.models.CreateRuleOptions
-
Initializes a new instance with the given rule
name
andfilter
. - 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) - 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.ServiceBusAdministrationAsyncClient
-
Creates a subscription with the
CreateSubscriptionOptions
. - createSubscription(String, String, CreateSubscriptionOptions) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Creates a subscription with the
SubscriptionProperties
. - 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
-
Initializes a new instance based on the specified
SubscriptionProperties
instance. - 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) - 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.ServiceBusAdministrationAsyncClient
-
Creates a topic with the
CreateTopicOptions
. - createTopic(String, CreateTopicOptions) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Creates a topic with the
CreateTopicOptions
. - 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
-
Initializes a new instance based on the specified
CreateTopicOptions
instance. - 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(AzureNamedKeyCredential) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder
-
Sets the credential with the shared access policies for the Service Bus resource.
- credential(AzureSasCredential) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder
-
Sets the credential with Shared Access Signature for the Service Bus resource.
- credential(TokenCredential) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClientBuilder
-
Sets the
TokenCredential
used to authorize requests sent to the service. - credential(TokenCredential) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder
-
Sets the
TokenCredential
used to authorize requests sent to the service. - 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.
- 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. - customEndpointAddress(String) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder
-
Sets a custom endpoint address when connecting to the Service Bus service.
D
- DEAD_LETTER_QUEUE - Enum constant in enum com.azure.messaging.servicebus.models.SubQueue
-
Connect to a queue or subscription's dead-letter queue.
- deadLetter() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessageContext
-
Dead-letters the
message
in this context. - deadLetter(DeadLetterOptions) - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessageContext
-
Dead-letters the
message
in this context. - deadLetter(ServiceBusReceivedMessage) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
-
Moves a
message
to the dead-letter sub-queue. - deadLetter(ServiceBusReceivedMessage) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
-
Moves a
message
to the dead-letter sub-queue. - deadLetter(ServiceBusReceivedMessage, DeadLetterOptions) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
-
Moves a
message
to the dead-letter sub-queue with the given options. - deadLetter(ServiceBusReceivedMessage, DeadLetterOptions) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
-
Moves a
message
to the dead-letter sub-queue with dead-letter reason, error description, and/or modified properties. - DeadLetterOptions - Class in com.azure.messaging.servicebus.models
-
Options to specify while putting message in dead-letter queue.
- DeadLetterOptions() - Constructor for class com.azure.messaging.servicebus.models.DeadLetterOptions
- defer() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessageContext
-
Defers the
message
in this context. - defer(DeferOptions) - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessageContext
-
Defers the
message
in this context. - defer(ServiceBusReceivedMessage) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
-
Defers a
message
. - defer(ServiceBusReceivedMessage) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
-
Defers a
message
. - defer(ServiceBusReceivedMessage, DeferOptions) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
-
Defers a
message
with the options set. - defer(ServiceBusReceivedMessage, DeferOptions) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
-
Defers a
message
using its lock token with modified message property. - DeferOptions - Class in com.azure.messaging.servicebus.models
-
Options to specify while deferring message.
- DeferOptions() - Constructor for class com.azure.messaging.servicebus.models.DeferOptions
- DEFERRED - Enum constant in enum com.azure.messaging.servicebus.models.ServiceBusMessageState
-
Specifies a deferred message state.
- deleteQueue(String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Deletes a queue the matching
queueName
. - deleteQueue(String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Deletes a queue the matching
queueName
. - deleteQueueWithResponse(String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Deletes a queue the matching
queueName
and returns the HTTP response. - deleteQueueWithResponse(String, Context) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Deletes a queue the matching
queueName
and returns the HTTP response. - deleteRule(String, String, String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Deletes a rule the matching
ruleName
. - deleteRule(String, String, String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Deletes a rule the matching
ruleName
. - deleteRuleWithResponse(String, String, String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Deletes a rule the matching
ruleName
and returns the HTTP response. - deleteRuleWithResponse(String, String, String, Context) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Deletes a rule the matching
ruleName
and returns the HTTP response. - deleteSubscription(String, String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Deletes a subscription the matching
subscriptionName
. - deleteSubscription(String, String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Deletes a subscription matching the
subscriptionName
in topictopicName
. - deleteSubscriptionWithResponse(String, String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Deletes a subscription the matching
subscriptionName
and returns the HTTP response. - deleteSubscriptionWithResponse(String, String, Context) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Deletes a subscription the matching
subscriptionName
and returns the HTTP response. - deleteTopic(String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Deletes a topic the matching
topicName
. - deleteTopic(String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Deletes a topic the matching
topicName
. - deleteTopicWithResponse(String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Deletes a topic the matching
topicName
and returns the HTTP response. - deleteTopicWithResponse(String, Context) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Deletes a topic the matching
topicName
and returns the HTTP response. - DELETING - Static variable in class com.azure.messaging.servicebus.administration.models.EntityStatus
-
Static value Deleting for EntityStatus.
- disableAutoComplete() - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusProcessorClientBuilder
-
Disables auto-complete and auto-abandon of received messages.
- disableAutoComplete() - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusReceiverClientBuilder
-
Disables auto-complete and auto-abandon of received messages.
- disableAutoComplete() - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusSessionProcessorClientBuilder
-
Disables auto-complete and auto-abandon of received messages.
- disableAutoComplete() - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusSessionReceiverClientBuilder
-
Disables auto-complete and auto-abandon of received messages.
- DISABLED - Static variable in class com.azure.messaging.servicebus.administration.models.EntityStatus
-
Static value Disabled for EntityStatus.
E
- EmptyRuleAction - Class in com.azure.messaging.servicebus.administration.models
-
Represents a rule action that does nothing.
- EmptyRuleAction() - Constructor for class com.azure.messaging.servicebus.administration.models.EmptyRuleAction
- enableCrossEntityTransactions() - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder
-
Enable cross entity transaction on the connection to Service bus.
- endpoint(String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClientBuilder
-
Sets the service endpoint for the Service Bus namespace.
- EntityStatus - Class in com.azure.messaging.servicebus.administration.models
-
Defines values for EntityStatus.
- EntityStatus() - Constructor for class com.azure.messaging.servicebus.administration.models.EntityStatus
- equals(Object) - Method in class com.azure.messaging.servicebus.administration.models.CorrelationRuleFilter
-
Compares this RuleFilter to the specified object.
- equals(Object) - Method in class com.azure.messaging.servicebus.administration.models.SqlRuleFilter
-
Compares this RuleFilter to the specified object.
- EVENT_HUB - Static variable in class com.azure.messaging.servicebus.administration.models.NamespaceType
-
Static value EventHub for NamespaceType.
F
- FalseRuleFilter - Class in com.azure.messaging.servicebus.administration.models
-
Matches none the messages arriving to be selected for the subscription.
- FalseRuleFilter() - Constructor for class com.azure.messaging.servicebus.administration.models.FalseRuleFilter
-
Initializes a new instance.
- fromString(String) - Static method in class com.azure.messaging.servicebus.administration.models.AccessRights
-
Creates or finds a AccessRights from its string representation.
- fromString(String) - Static method in class com.azure.messaging.servicebus.administration.models.EntityStatus
-
Creates or finds a EntityStatus from its string representation.
- fromString(String) - Static method in class com.azure.messaging.servicebus.administration.models.MessagingSku
-
Creates or finds a MessagingSku from its string representation.
- fromString(String) - Static method in class com.azure.messaging.servicebus.administration.models.NamespaceType
-
Creates or finds a NamespaceType from its string representation.
- fromValue(int) - Static method in enum com.azure.messaging.servicebus.models.ServiceBusMessageState
-
Gets the message state from
value
. - fullyQualifiedNamespace(String) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder
-
Sets the fully-qualified namespace for the Service Bus.
G
- 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
-
Gets the set of free-form
ServiceBusMessage
properties which may be used for passing metadata associated with theServiceBusMessage
during Service Bus operations. - getApplicationProperties() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
-
Gets the set of free-form
ServiceBusReceivedMessage
properties which may be used for passing metadata associated with theServiceBusReceivedMessage
during Service Bus operations. - 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
-
Gets the actual payload wrapped by the
ServiceBusMessage
. - getBody() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
-
Gets the payload wrapped by the
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.
- getIdentifier() - Method in class com.azure.messaging.servicebus.ServiceBusProcessorClient
-
Gets the identifier of the instance of
ServiceBusProcessorClient
. - getIdentifier() - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
-
Gets the identifier of the instance of
ServiceBusReceiverAsyncClient
. - getIdentifier() - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
-
Gets the identifier of the instance of
ServiceBusReceiverClient
. - getIdentifier() - Method in class com.azure.messaging.servicebus.ServiceBusSenderAsyncClient
-
Gets the identifier of the instance of
ServiceBusSenderAsyncClient
. - getIdentifier() - Method in class com.azure.messaging.servicebus.ServiceBusSenderClient
-
Gets the identifier of the instance of
ServiceBusSenderClient
. - 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.
- getMaxMessageSizeInKilobytes() - Method in class com.azure.messaging.servicebus.administration.models.CreateQueueOptions
-
Get the maxMessageSizeInKilobytes property: The maximum size of a message in kilobytes.
- getMaxMessageSizeInKilobytes() - Method in class com.azure.messaging.servicebus.administration.models.CreateTopicOptions
-
Get the maxMessageSizeInKilobytes property: The maximum size of a message in kilobytes.
- getMaxMessageSizeInKilobytes() - Method in class com.azure.messaging.servicebus.administration.models.QueueProperties
-
Get the maxMessageSizeInKilobytes property: The maximum size of a message in kilobytes.
- getMaxMessageSizeInKilobytes() - Method in class com.azure.messaging.servicebus.administration.models.TopicProperties
-
Get the maxMessageSizeInKilobytes property: The maximum size of a message in kilobytes.
- 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. - getQueueName() - Method in class com.azure.messaging.servicebus.ServiceBusProcessorClient
-
Returns the queue name associated with this instance of
ServiceBusProcessorClient
. - 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
-
Gets the
ServiceBusFailureReason
in case of any errors. - 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.
- getSessionId() - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
-
Gets the SessionId of the session if this receiver is a session receiver.
- getSessionId() - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
-
Gets the SessionId of the session if this receiver is a session receiver.
- 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.
- getState() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
-
Gets the state of the message.
- 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.
- getSubscriptionName() - Method in class com.azure.messaging.servicebus.ServiceBusProcessorClient
-
Returns the subscription name associated with this instance of
ServiceBusProcessorClient
. - 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.
- getTopicName() - Method in class com.azure.messaging.servicebus.ServiceBusProcessorClient
-
Returns the topic name associated with this instance of
ServiceBusProcessorClient
. - 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.
- getTransactionContext() - Method in class com.azure.messaging.servicebus.models.DeferOptions
-
Gets the transaction associated with the settlement operation.
- 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.
- getValue() - Method in enum com.azure.messaging.servicebus.models.ServiceBusMessageState
-
Gets the value of the message state.
- getVersion() - Method in enum com.azure.messaging.servicebus.ServiceBusServiceVersion
H
- hashCode() - Method in class com.azure.messaging.servicebus.administration.models.CorrelationRuleFilter
-
Returns a hash code for this CorrelationRuleFilter.
- hashCode() - Method in class com.azure.messaging.servicebus.administration.models.SqlRuleFilter
-
Returns a hash code for this SqlRuleFilter, which is the hashcode for the SqlExpression.
- httpClient(HttpClient) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClientBuilder
-
Sets the
HttpClient
to use for sending and receiving requests to and from the service. - httpLogOptions(HttpLogOptions) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClientBuilder
-
Sets the
logging configuration
to use when sending and receiving requests to and from the service.
I
- isBatchedOperationsEnabled() - Method in class com.azure.messaging.servicebus.administration.models.CreateQueueOptions
-
Get the enableBatchedOperations property: Value that indicates whether server-side batched operations are enabled.
- isBatchedOperationsEnabled() - Method in class com.azure.messaging.servicebus.administration.models.CreateSubscriptionOptions
-
Get the enableBatchedOperations property: Value that indicates whether server-side batched operations are enabled.
- isBatchedOperationsEnabled() - Method in class com.azure.messaging.servicebus.administration.models.CreateTopicOptions
-
Get the enableBatchedOperations property: Value that indicates whether server-side batched operations are enabled.
- isBatchedOperationsEnabled() - Method in class com.azure.messaging.servicebus.administration.models.QueueProperties
-
Get the enableBatchedOperations property: Value that indicates whether server-side batched operations are enabled.
- isBatchedOperationsEnabled() - Method in class com.azure.messaging.servicebus.administration.models.SubscriptionProperties
-
Get the enableBatchedOperations property: Value that indicates whether server-side batched operations are enabled.
- isBatchedOperationsEnabled() - Method in class com.azure.messaging.servicebus.administration.models.TopicProperties
-
Get the enableBatchedOperations property: Value that indicates whether server-side batched operations are enabled.
- isDeadLetteringOnFilterEvaluationExceptions() - Method in class com.azure.messaging.servicebus.administration.models.CreateSubscriptionOptions
-
Get the deadLetteringOnFilterEvaluationExceptions property: A value that indicates whether this subscription has dead letter support when a message expires.
- isDeadLetteringOnFilterEvaluationExceptions() - Method in class com.azure.messaging.servicebus.administration.models.SubscriptionProperties
-
Get the deadLetteringOnFilterEvaluationExceptions property: A value that indicates whether this subscription has dead letter support when a message expires.
- isDeadLetteringOnMessageExpiration() - Method in class com.azure.messaging.servicebus.administration.models.CreateQueueOptions
-
Get the deadLetteringOnMessageExpiration property: A value that indicates whether this queue has dead letter support when a message expires.
- isDeadLetteringOnMessageExpiration() - Method in class com.azure.messaging.servicebus.administration.models.CreateSubscriptionOptions
-
Get the deadLetteringOnMessageExpiration property: A value that indicates whether this subscription has dead letter support when a message expires.
- isDeadLetteringOnMessageExpiration() - Method in class com.azure.messaging.servicebus.administration.models.QueueProperties
-
Get the deadLetteringOnMessageExpiration property: A value that indicates whether this queue has dead letter support when a message expires.
- isDeadLetteringOnMessageExpiration() - Method in class com.azure.messaging.servicebus.administration.models.SubscriptionProperties
-
Get the deadLetteringOnMessageExpiration property: A value that indicates whether this subscription has dead letter support when a message expires.
- isDuplicateDetectionRequired() - Method in class com.azure.messaging.servicebus.administration.models.CreateQueueOptions
-
Get the requiresDuplicateDetection property: A value indicating if this queue requires duplicate detection.
- isDuplicateDetectionRequired() - Method in class com.azure.messaging.servicebus.administration.models.CreateTopicOptions
-
Get the requiresDuplicateDetection property: A value indicating if this queue requires duplicate detection.
- isDuplicateDetectionRequired() - Method in class com.azure.messaging.servicebus.administration.models.QueueProperties
-
Get the requiresDuplicateDetection property: A value indicating if this queue requires duplicate detection.
- isDuplicateDetectionRequired() - Method in class com.azure.messaging.servicebus.administration.models.TopicProperties
-
Get the requiresDuplicateDetection property: A value indicating if this topic requires duplicate detection.
- isOrderingSupported() - Method in class com.azure.messaging.servicebus.administration.models.TopicProperties
-
Get the supportOrdering property: A value that indicates whether the topic supports ordering.
- isPartitioningEnabled() - Method in class com.azure.messaging.servicebus.administration.models.CreateQueueOptions
-
Get the enablePartitioning property: A value that indicates whether the queue is to be partitioned across multiple message brokers.
- isPartitioningEnabled() - Method in class com.azure.messaging.servicebus.administration.models.CreateTopicOptions
-
Get the enablePartitioning property: A value that indicates whether the queue is to be partitioned across multiple message brokers.
- isPartitioningEnabled() - Method in class com.azure.messaging.servicebus.administration.models.QueueProperties
-
Get the enablePartitioning property: A value that indicates whether the queue is to be partitioned across multiple message brokers.
- isPartitioningEnabled() - Method in class com.azure.messaging.servicebus.administration.models.TopicProperties
-
Get the enablePartitioning property: A value that indicates whether the topic is to be partitioned across multiple message brokers.
- isRunning() - Method in class com.azure.messaging.servicebus.ServiceBusProcessorClient
-
Returns
true
if the processor is running. - isSessionRequired() - Method in class com.azure.messaging.servicebus.administration.models.CreateQueueOptions
-
Get the requiresSession property: A value that indicates whether the queue supports the concept of sessions.
- isSessionRequired() - Method in class com.azure.messaging.servicebus.administration.models.CreateSubscriptionOptions
-
Get the requiresSession property: A value that indicates whether the queue supports the concept of sessions.
- isSessionRequired() - Method in class com.azure.messaging.servicebus.administration.models.CreateTopicOptions
-
Get the requiresSession property: A value that indicates whether the queue supports the concept of sessions.
- isSessionRequired() - Method in class com.azure.messaging.servicebus.administration.models.QueueProperties
-
Get the requiresSession property: A value that indicates whether the queue supports the concept of sessions.
- isSessionRequired() - Method in class com.azure.messaging.servicebus.administration.models.SubscriptionProperties
-
Get the requiresSession property: A value that indicates whether the queue supports the concept of sessions.
- isSupportOrdering() - Method in class com.azure.messaging.servicebus.administration.models.CreateTopicOptions
-
Defines whether ordering needs to be maintained.
- isTransient() - Method in exception com.azure.messaging.servicebus.ServiceBusException
-
Gets whether the exception is a transient error.
L
- LISTEN - Static variable in class com.azure.messaging.servicebus.administration.models.AccessRights
-
Static value Listen for AccessRights.
- listQueues() - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Fetches all the queues in the Service Bus namespace.
- listQueues() - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Fetches all the queues in the Service Bus namespace.
- listQueues(Context) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Fetches all the queues in the Service Bus namespace.
- listRules(String, String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Fetches all the rules for a topic and subscription.
- listRules(String, String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Fetches all the rules for a topic and subscription.
- listSubscriptions(String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Fetches all the subscriptions for a topic.
- listSubscriptions(String) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Fetches all the subscriptions for a topic.
- listSubscriptions(String, Context) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Fetches all the subscriptions for a topic.
- listTopics() - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Fetches all the topics in the Service Bus namespace.
- listTopics() - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Fetches all the topics in the Service Bus namespace.
- listTopics(Context) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Fetches all the topics in the Service Bus namespace.
M
- MANAGE - Static variable in class com.azure.messaging.servicebus.administration.models.AccessRights
-
Static value Manage for AccessRights.
- MANAGEMENT - Static variable in class com.azure.messaging.servicebus.ServiceBusErrorSource
-
Error while trying to do an operation on the management link.
- maxAutoLockRenewDuration(Duration) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusProcessorClientBuilder
-
Sets the amount of time to continue auto-renewing the lock.
- maxAutoLockRenewDuration(Duration) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusReceiverClientBuilder
-
Sets the amount of time to continue auto-renewing the lock.
- maxAutoLockRenewDuration(Duration) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusSessionProcessorClientBuilder
-
Sets the amount of time to continue auto-renewing the lock.
- maxAutoLockRenewDuration(Duration) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusSessionReceiverClientBuilder
-
Sets the amount of time to continue auto-renewing the session lock.
- maxConcurrentCalls(int) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusProcessorClientBuilder
-
Max concurrent messages that this processor should process.
- maxConcurrentCalls(int) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusSessionProcessorClientBuilder
-
Max concurrent messages that this processor should process.
- maxConcurrentSessions(int) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusSessionProcessorClientBuilder
-
Enables session processing roll-over by processing at most
maxConcurrentSessions
. - MESSAGE_LOCK_LOST - Static variable in class com.azure.messaging.servicebus.ServiceBusFailureReason
-
The lock on the message is lost.
- MESSAGE_NOT_FOUND - Static variable in class com.azure.messaging.servicebus.ServiceBusFailureReason
-
The requested message was not found.
- MESSAGE_SIZE_EXCEEDED - Static variable in class com.azure.messaging.servicebus.ServiceBusFailureReason
-
A message is larger than the maximum size allowed for its transport.
- MESSAGING - Static variable in class com.azure.messaging.servicebus.administration.models.NamespaceType
-
Static value Messaging for NamespaceType.
- MESSAGING_ENTITY_ALREADY_EXISTS - Static variable in class com.azure.messaging.servicebus.ServiceBusFailureReason
-
An entity with the same name exists under the same namespace.
- MESSAGING_ENTITY_DISABLED - Static variable in class com.azure.messaging.servicebus.ServiceBusFailureReason
-
The Messaging Entity is disabled.
- MESSAGING_ENTITY_NOT_FOUND - Static variable in class com.azure.messaging.servicebus.ServiceBusFailureReason
-
A Service Bus resource cannot be found by the Service Bus service.
- MessagingSku - Class in com.azure.messaging.servicebus.administration.models
-
Defines values for MessagingSku.
- MessagingSku() - Constructor for class com.azure.messaging.servicebus.administration.models.MessagingSku
- MIXED - Static variable in class com.azure.messaging.servicebus.administration.models.NamespaceType
-
Static value Mixed for NamespaceType.
N
- NamespaceProperties - Class in com.azure.messaging.servicebus.administration.models
-
The NamespaceProperties model.
- NamespaceProperties() - Constructor for class com.azure.messaging.servicebus.administration.models.NamespaceProperties
- NamespaceType - Class in com.azure.messaging.servicebus.administration.models
-
Defines values for NamespaceType.
- NamespaceType() - Constructor for class com.azure.messaging.servicebus.administration.models.NamespaceType
- NONE - Enum constant in enum com.azure.messaging.servicebus.models.SubQueue
-
Connect to the default entity (directly to the queue or subscription)
- NOTIFICATION_HUB - Static variable in class com.azure.messaging.servicebus.administration.models.NamespaceType
-
Static value NotificationHub for NamespaceType.
P
- parse(String) - Static method in class com.azure.messaging.servicebus.ServiceBusConnectionStringProperties
-
Parse a Service Bus connection string into an instance of this class.
- PEEK_LOCK - Enum constant in enum com.azure.messaging.servicebus.models.ServiceBusReceiveMode
-
In this mode, received message is not deleted from the queue or subscription, instead it is temporarily locked to the receiver, making it invisible to other receivers.
- peekMessage() - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
-
Reads the next active message without changing the state of the receiver or the message source.
- peekMessage() - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
-
Reads the next active message without changing the state of the receiver or the message source.
- peekMessage(long) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
-
Starting from the given sequence number, reads next the active message without changing the state of the receiver or the message source.
- peekMessage(long) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
-
Starting from the given sequence number, reads next the active message without changing the state of the receiver or the message source.
- peekMessages(int) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
-
Reads the next batch of active messages without changing the state of the receiver or the message source.
- peekMessages(int) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
-
Reads the next batch of active messages without changing the state of the receiver or the message source.
- peekMessages(int, long) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
-
Starting from the given sequence number, reads the next batch of active messages without changing the state of the receiver or the message source.
- peekMessages(int, long) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
-
Starting from the given sequence number, reads the next batch of active messages without changing the state of the receiver or the message source.
- pipeline(HttpPipeline) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClientBuilder
-
Sets the
HttpPipeline
to use for the service client. - prefetchCount(int) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusProcessorClientBuilder
-
Sets the prefetch count of the processor.
- prefetchCount(int) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusReceiverClientBuilder
-
Sets the prefetch count of the receiver.
- prefetchCount(int) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusSessionProcessorClientBuilder
-
Sets the prefetch count of the processor.
- prefetchCount(int) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusSessionReceiverClientBuilder
-
Sets the prefetch count of the receiver.
- PREMIUM - Static variable in class com.azure.messaging.servicebus.administration.models.MessagingSku
-
Static value Premium for MessagingSku.
- process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.messaging.servicebus.administration.ServiceBusSupplementaryAuthHeaderPolicy
-
Add the additional authentication token needed for various types of forwarding options.
- processError(Consumer<ServiceBusErrorContext>) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusProcessorClientBuilder
-
The error handler for the processor which will be invoked in the event of an error while receiving messages.
- processError(Consumer<ServiceBusErrorContext>) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusSessionProcessorClientBuilder
-
The error handler for the processor which will be invoked in the event of an error while receiving messages.
- processMessage(Consumer<ServiceBusReceivedMessageContext>) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusProcessorClientBuilder
-
The message processing callback for the processor which will be executed when a message is received.
- processMessage(Consumer<ServiceBusReceivedMessageContext>) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusSessionProcessorClientBuilder
-
The message processing callback for the processor that will be executed when a message is received.
- processor() - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder
-
A new instance of
ServiceBusClientBuilder.ServiceBusProcessorClientBuilder
used to configureServiceBusProcessorClient
instance. - proxyOptions(ProxyOptions) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder
-
Sets the proxy configuration to use for
ServiceBusSenderAsyncClient
.
Q
- queueName(String) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusProcessorClientBuilder
-
Sets the name of the queue to create a processor for.
- queueName(String) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusReceiverClientBuilder
-
Sets the name of the queue to create a receiver for.
- queueName(String) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusSenderClientBuilder
-
Sets the name of the Service Bus queue to publish messages to.
- queueName(String) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusSessionProcessorClientBuilder
-
Sets the name of the queue to create a processor for.
- queueName(String) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusSessionReceiverClientBuilder
-
Sets the name of the queue to create a receiver for.
- QueueProperties - Class in com.azure.messaging.servicebus.administration.models
-
Properties on a queue.
- QueueRuntimeProperties - Class in com.azure.messaging.servicebus.administration.models
-
Runtime properties about the queue.
- QueueRuntimeProperties(QueueProperties) - Constructor for class com.azure.messaging.servicebus.administration.models.QueueRuntimeProperties
-
Creates a new instance with runtime properties extracted from the given QueueDescription.
- QUOTA_EXCEEDED - Static variable in class com.azure.messaging.servicebus.ServiceBusFailureReason
-
The quota applied to an Service Bus resource has been exceeded while interacting with the Azure Service Bus service.
R
- RECEIVE - Static variable in class com.azure.messaging.servicebus.ServiceBusErrorSource
-
Error while receiving the message(s).
- RECEIVE_AND_DELETE - Enum constant in enum com.azure.messaging.servicebus.models.ServiceBusReceiveMode
-
In this mode, received message is removed from the queue or subscription and immediately deleted.
- RECEIVE_DISABLED - Static variable in class com.azure.messaging.servicebus.administration.models.EntityStatus
-
Static value ReceiveDisabled for EntityStatus.
- receiveDeferredMessage(long) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
-
Receives a deferred
message
. - receiveDeferredMessage(long) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
-
Receives a deferred
message
. - receiveDeferredMessageBatch(Iterable<Long>) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
-
Receives a batch of deferred
messages
. - receiveDeferredMessages(Iterable<Long>) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
-
Receives a batch of deferred
messages
. - receiveMessages() - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
-
Receives an infinite stream of
messages
from the Service Bus entity. - receiveMessages(int) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
-
Receives an iterable stream of
messages
from the Service Bus entity. - receiveMessages(int, Duration) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
-
Receives an iterable stream of
messages
from the Service Bus entity. - receiveMode(ServiceBusReceiveMode) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusProcessorClientBuilder
-
Sets the receive mode for the processor.
- receiveMode(ServiceBusReceiveMode) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusReceiverClientBuilder
-
Sets the receive mode for the receiver.
- receiveMode(ServiceBusReceiveMode) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusSessionProcessorClientBuilder
-
Sets the receive mode for the processor.
- receiveMode(ServiceBusReceiveMode) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusSessionReceiverClientBuilder
-
Sets the receive mode for the receiver.
- receiver() - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder
-
A new instance of
ServiceBusClientBuilder.ServiceBusReceiverClientBuilder
used to configure Service Bus message receivers. - RELAY - Static variable in class com.azure.messaging.servicebus.administration.models.NamespaceType
-
Static value Relay for NamespaceType.
- RENAMING - Static variable in class com.azure.messaging.servicebus.administration.models.EntityStatus
-
Static value Renaming for EntityStatus.
- RENEW_LOCK - Static variable in class com.azure.messaging.servicebus.ServiceBusErrorSource
-
Error while renewing lock.
- renewMessageLock(ServiceBusReceivedMessage) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
-
Asynchronously renews the lock on the message.
- renewMessageLock(ServiceBusReceivedMessage) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
-
Renews the lock on the specified message.
- renewMessageLock(ServiceBusReceivedMessage, Duration) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
-
Starts the auto lock renewal for a
message
. - renewMessageLock(ServiceBusReceivedMessage, Duration, Consumer<Throwable>) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
-
Starts the auto lock renewal for a message with the given lock.
- renewSessionLock() - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
-
Renews the session lock if this receiver is a session receiver.
- renewSessionLock() - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
-
Sets the state of the session if this receiver is a session receiver.
- renewSessionLock(Duration) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
-
Starts the auto lock renewal for the session this receiver works for.
- renewSessionLock(Duration, Consumer<Throwable>) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
-
Starts the auto lock renewal for the session that this receiver works for.
- RESTORING - Static variable in class com.azure.messaging.servicebus.administration.models.EntityStatus
-
Static value Restoring for EntityStatus.
- retryOptions(AmqpRetryOptions) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder
-
Sets the retry options for Service Bus clients.
- retryOptions(RetryOptions) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClientBuilder
-
Sets the
RetryOptions
for all the requests made through the client. - retryPolicy(HttpPipelinePolicy) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClientBuilder
-
Sets the
HttpPipelinePolicy
that is used when each request is sent. - rollbackTransaction(ServiceBusTransactionContext) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
-
Rollbacks the transaction given and all operations associated with it.
- rollbackTransaction(ServiceBusTransactionContext) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
-
Rollbacks the transaction given and all operations associated with it.
- rollbackTransaction(ServiceBusTransactionContext) - Method in class com.azure.messaging.servicebus.ServiceBusSenderAsyncClient
-
Rollbacks the transaction given
ServiceBusTransactionContext
. - rollbackTransaction(ServiceBusTransactionContext) - Method in class com.azure.messaging.servicebus.ServiceBusSenderClient
-
Rollbacks the transaction given and all operations associated with it.
- RuleAction - Class in com.azure.messaging.servicebus.administration.models
-
Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression.
- RuleFilter - Class in com.azure.messaging.servicebus.administration.models
-
Describes a filter expression that is evaluated against a
ServiceBusMessage
. - RuleProperties - Class in com.azure.messaging.servicebus.administration.models
-
Properties on a rule.
S
- SCHEDULED - Enum constant in enum com.azure.messaging.servicebus.models.ServiceBusMessageState
-
Specifies a scheduled message state.
- 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.ServiceBusSenderAsyncClient
-
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) - 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.ServiceBusSenderAsyncClient
-
Sends a 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
-
A new instance of
ServiceBusClientBuilder.ServiceBusSenderClientBuilder
used to configure Service Bus message senders. - sendMessage(ServiceBusMessage) - 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.ServiceBusSenderAsyncClient
-
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(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) - Method in class com.azure.messaging.servicebus.ServiceBusSenderClient
-
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(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.
- 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(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(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>, 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. - 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
-
This class provides a fluent builder API to help aid the configuration and instantiation of
ServiceBusAdministrationClient
andServiceBusAdministrationAsyncClient
. - 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
-
Builder for creating
ServiceBusProcessorClient
to consume messages from a Service Bus entity. - ServiceBusClientBuilder.ServiceBusReceiverClientBuilder - Class in com.azure.messaging.servicebus
-
Builder for creating
ServiceBusReceiverClient
andServiceBusReceiverAsyncClient
to consume messages from Service Bus. - ServiceBusClientBuilder.ServiceBusSenderClientBuilder - Class in com.azure.messaging.servicebus
-
Builder for creating
ServiceBusSenderClient
andServiceBusSenderAsyncClient
to publish messages to Service Bus. - ServiceBusClientBuilder.ServiceBusSessionProcessorClientBuilder - Class in com.azure.messaging.servicebus
-
Builder for creating
ServiceBusProcessorClient
to consume messages from a session-based Service Bus entity. - ServiceBusClientBuilder.ServiceBusSessionReceiverClientBuilder - Class in com.azure.messaging.servicebus
-
Builder for creating
ServiceBusReceiverClient
andServiceBusReceiverAsyncClient
to consume messages from a session aware Service Bus entity. - ServiceBusConnectionStringProperties - Class in com.azure.messaging.servicebus
-
A utility class that parses a connection string into sections.
- ServiceBusErrorContext - Class in com.azure.messaging.servicebus
-
Context for errors handled by the
Service Bus processor
. - 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
-
Creates a
ServiceBusMessage
with given byte array body. - 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 typesSEQUENCE
andVALUE
. - ServiceBusMessage(BinaryData) - Constructor for class com.azure.messaging.servicebus.ServiceBusMessage
-
Creates a
ServiceBusMessage
containing thebody
.TheBinaryData
provides various convenience API representing byte array. - ServiceBusMessage(ServiceBusReceivedMessage) - Constructor for class com.azure.messaging.servicebus.ServiceBusMessage
-
Creates a
ServiceBusMessage
using properties fromreceivedMessage
. - ServiceBusMessage(String) - Constructor for class com.azure.messaging.servicebus.ServiceBusMessage
-
Creates a
ServiceBusMessage
with aUTF-8
encoded body. - ServiceBusMessageBatch - Class in com.azure.messaging.servicebus
-
A class for aggregating
messages
into a single, size-limited, batch. - ServiceBusMessageState - Enum in com.azure.messaging.servicebus.models
-
Represents the message state of the
ServiceBusReceivedMessage
. - 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. - ServiceBusSupplementaryAuthHeaderPolicy - Class in com.azure.messaging.servicebus.administration
-
Authentication policy to add necessary supplementary auth headers when forwarding is set.
- ServiceBusSupplementaryAuthHeaderPolicy(TokenCredential) - Constructor for class com.azure.messaging.servicebus.administration.ServiceBusSupplementaryAuthHeaderPolicy
-
Creates an instance that adds necessary supplementary authentication headers.
- ServiceBusTransactionContext - Class in com.azure.messaging.servicebus
-
Represents transaction in service.
- serviceVersion(ServiceBusServiceVersion) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClientBuilder
-
Sets the
ServiceBusServiceVersion
that is used. - 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
-
A new instance of
ServiceBusClientBuilder.ServiceBusSessionProcessorClientBuilder
used to configure a Service Bus processor instance that processes sessions. - sessionReceiver() - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder
-
A new instance of
ServiceBusClientBuilder.ServiceBusSessionReceiverClientBuilder
used to configure session aware Service Bus message receivers. - 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
-
Sets the content type of the
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(int) - Method in class com.azure.messaging.servicebus.administration.models.SubscriptionProperties
-
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.
- setMaximumSizeInBytes(int) - Method in class com.azure.messaging.servicebus.models.CreateMessageBatchOptions
-
Sets the maximum size for the batch of messages.
- setMaxMessageSizeInKilobytes(long) - Method in class com.azure.messaging.servicebus.administration.models.CreateQueueOptions
-
Set the maxMessageSizeInKilobytes property: Represents the default maximum message size (in kilobytes) Option only available in premium tier.
- setMaxMessageSizeInKilobytes(long) - Method in class com.azure.messaging.servicebus.administration.models.CreateTopicOptions
-
Set the maxMessageSizeInKilobytes property: Represents the default maximum message size (in kilobytes) Option only available in premium tier.
- setMaxMessageSizeInKilobytes(long) - Method in class com.azure.messaging.servicebus.administration.models.QueueProperties
-
Set the maxMessageSizeInKilobytes property: The maximum size of a message in kilobytes.
- setMaxMessageSizeInKilobytes(long) - Method in class com.azure.messaging.servicebus.administration.models.TopicProperties
-
Set the maxMessageSizeInKilobytes property: The maximum size of a message in kilobytes.
- 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(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.
- 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.
- 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
-
Sets the
ServiceBusTransactionContext
to the options. - setTransactionContext(ServiceBusTransactionContext) - Method in class com.azure.messaging.servicebus.models.CompleteOptions
-
Sets the
ServiceBusTransactionContext
to the options. - setTransactionContext(ServiceBusTransactionContext) - Method in class com.azure.messaging.servicebus.models.DeadLetterOptions
-
Sets the
ServiceBusTransactionContext
to the options. - setTransactionContext(ServiceBusTransactionContext) - Method in class com.azure.messaging.servicebus.models.DeferOptions
-
Sets the
ServiceBusTransactionContext
to the options. - 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, 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, 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, List<AccessRights>) - Constructor for class com.azure.messaging.servicebus.administration.models.SharedAccessAuthorizationRule
-
Creates an instance with the given key name 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(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. - 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).
- 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.
T
- topicName(String) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusProcessorClientBuilder
-
Sets the name of the topic.
- topicName(String) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusReceiverClientBuilder
-
Sets the name of the topic.
- topicName(String) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusSenderClientBuilder
-
Sets the name of the Service Bus topic to publish messages to.
- topicName(String) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusSessionProcessorClientBuilder
-
Sets the name of the topic.
- topicName(String) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusSessionReceiverClientBuilder
-
Sets the name of the topic.
- TopicProperties - Class in com.azure.messaging.servicebus.administration.models
-
Represents the static properties of the topic.
- TopicRuntimeProperties - Class in com.azure.messaging.servicebus.administration.models
-
Runtime properties about the topic.
- TopicRuntimeProperties(TopicProperties) - Constructor for class com.azure.messaging.servicebus.administration.models.TopicRuntimeProperties
-
Creates a new instance with runtime properties extracted from the given TopicDescription.
- toString() - Method in class com.azure.messaging.servicebus.administration.models.CorrelationRuleFilter
-
Converts the value of the current instance to its equivalent string representation.
- toString() - Method in class com.azure.messaging.servicebus.administration.models.FalseRuleFilter
-
Converts the current instance to its string representation.
- toString() - Method in class com.azure.messaging.servicebus.administration.models.SqlRuleFilter
-
Converts the value of the current instance to its equivalent string representation.
- toString() - Method in class com.azure.messaging.servicebus.administration.models.TrueRuleFilter
-
Converts the current instance to its string representation.
- TRANSFER_DEAD_LETTER_QUEUE - Enum constant in enum com.azure.messaging.servicebus.models.SubQueue
-
Connect to a queue or subscription's transfer dead-letter queue.
- transportType(AmqpTransportType) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder
-
Sets the transport type by which all the communication with Azure Service Bus occurs.
- TrueRuleFilter - Class in com.azure.messaging.servicebus.administration.models
-
Matches all the messages arriving to be selected for the subscription.
- TrueRuleFilter() - Constructor for class com.azure.messaging.servicebus.administration.models.TrueRuleFilter
-
Initializes a new instance.
- tryAddMessage(ServiceBusMessage) - Method in class com.azure.messaging.servicebus.ServiceBusMessageBatch
-
Tries to add a
message
to the batch.
U
- UNAUTHORIZED - Static variable in class com.azure.messaging.servicebus.ServiceBusFailureReason
-
The user doesn't have access to the entity.
- UNKNOWN - Static variable in class com.azure.messaging.servicebus.administration.models.EntityStatus
-
Static value Unknown for EntityStatus.
- UNKNOWN - Static variable in class com.azure.messaging.servicebus.ServiceBusErrorSource
-
Error when we could not determine the source.
- updateQueue(QueueProperties) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Updates a queue with the given
QueueProperties
. - updateQueue(QueueProperties) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Updates a queue with the given
QueueProperties
. - updateQueueWithResponse(QueueProperties) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Updates a queue with the given
QueueProperties
. - updateQueueWithResponse(QueueProperties, Context) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Updates a queue with the given
QueueProperties
. - updateRule(String, String, RuleProperties) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Updates a rule with the given
RuleProperties
. - updateRule(String, String, RuleProperties) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Updates a rule with the given
RuleProperties
. - updateRuleWithResponse(String, String, RuleProperties) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Updates a rule with the given
RuleProperties
. - updateRuleWithResponse(String, String, RuleProperties, Context) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Updates a rule with the given
RuleProperties
. - updateSubscription(SubscriptionProperties) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Updates a subscription with the given
SubscriptionProperties
. - updateSubscription(SubscriptionProperties) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Updates a subscription with the given
SubscriptionProperties
. - updateSubscriptionWithResponse(SubscriptionProperties) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Updates a subscription with the given
SubscriptionProperties
. - updateSubscriptionWithResponse(SubscriptionProperties, Context) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Updates a subscription with the given
SubscriptionProperties
. - updateTopic(TopicProperties) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Updates a topic with the given
TopicProperties
. - updateTopic(TopicProperties) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Updates a topic with the given
TopicProperties
. - updateTopicWithResponse(TopicProperties) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationAsyncClient
-
Updates a topic with the given
TopicProperties
. - updateTopicWithResponse(TopicProperties, Context) - Method in class com.azure.messaging.servicebus.administration.ServiceBusAdministrationClient
-
Updates a topic with the given
TopicProperties
. - USER_CALLBACK - Static variable in class com.azure.messaging.servicebus.ServiceBusErrorSource
-
Error while user's code is running for a message.
V
- V2017_04 - Enum constant in enum com.azure.messaging.servicebus.ServiceBusServiceVersion
-
Service version
2017-04
. - V2021_05 - Enum constant in enum com.azure.messaging.servicebus.ServiceBusServiceVersion
-
Service version
2021-05
. - valueOf(String) - Static method in enum com.azure.messaging.servicebus.models.ServiceBusMessageState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.messaging.servicebus.models.ServiceBusReceiveMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.messaging.servicebus.models.SubQueue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.messaging.servicebus.ServiceBusServiceVersion
-
Returns the enum constant of this type with the specified name.
- values() - Static method in class com.azure.messaging.servicebus.administration.models.AccessRights
- values() - Static method in class com.azure.messaging.servicebus.administration.models.EntityStatus
- values() - Static method in class com.azure.messaging.servicebus.administration.models.MessagingSku
- values() - Static method in class com.azure.messaging.servicebus.administration.models.NamespaceType
- values() - Static method in enum com.azure.messaging.servicebus.models.ServiceBusMessageState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.azure.messaging.servicebus.models.ServiceBusReceiveMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.azure.messaging.servicebus.models.SubQueue
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.azure.messaging.servicebus.ServiceBusServiceVersion
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes and Interfaces|All Packages|Serialized Form