| 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 |
|---|---|
QueueInfo |
ServiceBusContract.updateQueue(QueueInfo queueInfo)
Updates the information of a queue.
|
| Modifier and Type | Method and Description |
|---|---|
static Iterable<QueueInfo> |
Util.iterateQueues(ServiceBusContract service) |
| Modifier and Type | Method and Description |
|---|---|
CreateQueueResult |
ServiceBusContract.createQueue(QueueInfo queueInfo)
Creates a queue.
|
QueueInfo |
ServiceBusContract.updateQueue(QueueInfo queueInfo)
Updates the information of a queue.
|
| Modifier and Type | Method and Description |
|---|---|
QueueInfo |
GetQueueResult.getValue()
Returns the value of the result.
|
QueueInfo |
CreateQueueResult.getValue()
Returns the value of the result.
|
QueueInfo |
QueueInfo.setAccessedAt(Calendar accessedAt)
Sets the accessed at.
|
QueueInfo |
QueueInfo.setAutoDeleteOnIdle(Duration autoDeleteOnIdle)
Sets the time span before auto deletion starts.
|
QueueInfo |
QueueInfo.setCreatedAt(Calendar createdAt)
Sets the created at.
|
QueueInfo |
QueueInfo.setDeadLetteringOnMessageExpiration(Boolean value)
Specifies whether dead lettering is in effect upon message expiration.
|
QueueInfo |
QueueInfo.setDefaultMessageTimeToLive(Duration value)
Sets the default message time-to-live (TTL).
|
QueueInfo |
QueueInfo.setDuplicateDetectionHistoryTimeWindow(Duration value)
Sets the time span during which the service bus will detect message
duplication.
|
QueueInfo |
QueueInfo.setEnableBatchedOperations(Boolean value)
Specifies whether batch operations are enabled.
|
QueueInfo |
QueueInfo.setEntityAvailabilityStatus(com.microsoft.windowsazure.services.servicebus.implementation.EntityAvailabilityStatus entityAvailabilityStatus)
Sets the entity availability status.
|
QueueInfo |
QueueInfo.setForwardTo(String forwardTo)
Sets the URI of the entity to forward to.
|
QueueInfo |
QueueInfo.setIsAnonymousAccessible(Boolean isAnonymousAccessible)
Sets the is anonymous accessible.
|
QueueInfo |
QueueInfo.setLockDuration(Duration value)
Sets the duration of the lock.
|
QueueInfo |
QueueInfo.setMaxDeliveryCount(Integer value)
Sets the maximum delivery count for the queue.
|
QueueInfo |
QueueInfo.setMaxSizeInMegabytes(Long value)
Sets the maximum size of the queue.
|
QueueInfo |
QueueInfo.setMessageCount(Long messageCount)
Sets the message count.
|
QueueInfo |
QueueInfo.setPartitioningPolicy(com.microsoft.windowsazure.services.servicebus.implementation.PartitioningPolicy partitioningPolicy)
Sets the partitioning policy.
|
QueueInfo |
QueueInfo.setPath(String value)
Sets the name of the queue.
|
QueueInfo |
QueueInfo.setRequiresDuplicateDetection(Boolean value)
Specifies whether duplicate message detection is required.
|
QueueInfo |
QueueInfo.setRequiresSession(Boolean value)
Specifies whether the queue is session-aware.
|
QueueInfo |
QueueInfo.setSizeInBytes(Long sizeInBytes)
Sets the size in bytes.
|
QueueInfo |
QueueInfo.setStatus(com.microsoft.windowsazure.services.servicebus.implementation.EntityStatus entityStatus)
Sets the status.
|
QueueInfo |
QueueInfo.setSupportOrdering(Boolean supportOrdering)
Sets the support ordering.
|
QueueInfo |
QueueInfo.setUpdatedAt(Calendar updatedAt)
Sets the updated at.
|
QueueInfo |
QueueInfo.setUri(URI uri)
Sets the URI of the
QueueInfo instance. |
QueueInfo |
QueueInfo.setUserMetadata(String userMetadata)
Sets the user metadata.
|
| Modifier and Type | Method and Description |
|---|---|
List<QueueInfo> |
ListQueuesResult.getItems()
Returns the items in the result list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetQueueResult.setValue(QueueInfo value)
Specfies the value of the result.
|
void |
CreateQueueResult.setValue(QueueInfo value)
Specfies the value of the result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListQueuesResult.setItems(List<QueueInfo> items)
Specfies the items in the result list.
|
| Constructor and Description |
|---|
CreateQueueResult(QueueInfo value)
Creates an instance of the
CreateQueueResult class. |
GetQueueResult(QueueInfo value)
Creates an instance of the
GetQueueResult 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.
*/