| Package | Description |
|---|---|
| com.microsoft.windowsazure.services.servicebus |
This package contains the service bus service class,
interface, and associated configuration and utility classes.
|
| com.microsoft.windowsazure.services.servicebus.models |
This package contains the service bus data transfer object
classes.
|
| Modifier and Type | Method and Description |
|---|---|
SubscriptionInfo |
ServiceBusContract.updateSubscription(String topicName,
SubscriptionInfo subscriptionInfo)
Updates a subscription.
|
| Modifier and Type | Method and Description |
|---|---|
CreateSubscriptionResult |
ServiceBusContract.createSubscription(String topicPath,
SubscriptionInfo subscription)
Creates a subscription.
|
SubscriptionInfo |
ServiceBusContract.updateSubscription(String topicName,
SubscriptionInfo subscriptionInfo)
Updates a subscription.
|
| Modifier and Type | Method and Description |
|---|---|
SubscriptionInfo |
GetSubscriptionResult.getValue()
Returns the value of the result.
|
SubscriptionInfo |
CreateSubscriptionResult.getValue()
Returns the value of the result.
|
SubscriptionInfo |
SubscriptionInfo.setAccessedAt(Calendar accessedAt)
Sets the accessed at.
|
SubscriptionInfo |
SubscriptionInfo.setAutoDeleteOnIdle(Duration autoDeleteOnIdle)
Sets the auto delete on idle.
|
SubscriptionInfo |
SubscriptionInfo.setCreatedAt(Calendar createdAt)
Sets the created at.
|
SubscriptionInfo |
SubscriptionInfo.setDeadLetteringOnFilterEvaluationExceptions(Boolean value)
Specifies whether dead lettering is in effect when filter evaluation
exceptions are encountered.
|
SubscriptionInfo |
SubscriptionInfo.setDeadLetteringOnMessageExpiration(Boolean value)
Specifies whether dead lettering is in effect upon message expiration.
|
SubscriptionInfo |
SubscriptionInfo.setDefaultMessageTimeToLive(Duration value)
Sets the default message time-to-live (TTL).
|
SubscriptionInfo |
SubscriptionInfo.setDefaultRuleDescription(com.microsoft.windowsazure.services.servicebus.implementation.RuleDescription value)
Specifies the description for the default rule.
|
SubscriptionInfo |
SubscriptionInfo.setEnableBatchedOperations(Boolean value)
Specifies whether batch operations are enabled.
|
SubscriptionInfo |
SubscriptionInfo.setEntityAvailabilityStatus(com.microsoft.windowsazure.services.servicebus.implementation.EntityAvailabilityStatus entityAvailabilityStatus)
Sets the entity availability status.
|
SubscriptionInfo |
SubscriptionInfo.setForwardTo(String forwardTo)
Sets the forward to.
|
SubscriptionInfo |
SubscriptionInfo.setLockDuration(Duration value)
Sets the duration of the lock.
|
SubscriptionInfo |
SubscriptionInfo.setMaxDeliveryCount(Integer value)
Sets the maximum delivery count for the subscription.
|
SubscriptionInfo |
SubscriptionInfo.setMessageCount(Long messageCount)
Sets the message count.
|
SubscriptionInfo |
SubscriptionInfo.setName(String value)
Sets the name of the subscription.
|
SubscriptionInfo |
SubscriptionInfo.setRequiresSession(Boolean value)
Specifies whether the subscription is session-aware.
|
SubscriptionInfo |
SubscriptionInfo.setStatus(com.microsoft.windowsazure.services.servicebus.implementation.EntityStatus entityStatus)
Sets the status.
|
SubscriptionInfo |
SubscriptionInfo.setUpdatedAt(Calendar updatedAt)
Sets the updated at.
|
SubscriptionInfo |
SubscriptionInfo.setUserMetadata(String userMetadata)
Sets the user metadata.
|
| Modifier and Type | Method and Description |
|---|---|
List<SubscriptionInfo> |
ListSubscriptionsResult.getItems()
Returns the items in the result list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetSubscriptionResult.setValue(SubscriptionInfo value)
Specfies the value of the result.
|
void |
CreateSubscriptionResult.setValue(SubscriptionInfo value)
Specfies the value of the result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSubscriptionsResult.setItems(List<SubscriptionInfo> items)
Specifies the items in the result list.
|
| Constructor and Description |
|---|
CreateSubscriptionResult(SubscriptionInfo value)
Creates an instance of the
CreateSubscriptionResult class. |
GetSubscriptionResult(SubscriptionInfo value)
Creates an instance of the
GetSubscriptionResult class. |
/**
* Copyright Microsoft Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/