public static interface Queue.UpdateStages
Modifier and Type | Interface and Description |
---|---|
static interface |
Queue.UpdateStages.WithAuthorizationRule
The stage of the queue definition allowing to add an authorization rule for accessing
the queue.
|
static interface |
Queue.UpdateStages.WithDefaultMessageTTL
The stage of the queue definition allowing to define default TTL for messages.
|
static interface |
Queue.UpdateStages.WithDeleteOnIdle
The stage of the queue definition allowing to define auto delete behaviour.
|
static interface |
Queue.UpdateStages.WithDuplicateMessageDetection
The stage of the queue definition allowing to specify duration of the duplicate message
detection history.
|
static interface |
Queue.UpdateStages.WithExpiredMessageMovedToDeadLetterQueue
The stage of the queue definition allowing to specify whether expired message can be moved
to secondary dead-letter queue.
|
static interface |
Queue.UpdateStages.WithExpressMessage
The stage of the queue definition allowing to mark it as either holding regular or express
messages.
|
static interface |
Queue.UpdateStages.WithMessageBatching
The stage of the queue definition allowing configure message batching behaviour.
|
static interface |
Queue.UpdateStages.WithMessageLockDuration
The stage of the queue definition allowing to define duration for message lock.
|
static interface |
Queue.UpdateStages.WithMessageMovedToDeadLetterQueueOnMaxDeliveryCount
The stage of the queue definition allowing to specify maximum delivery count of message before
moving it to dead-letter queue.
|
static interface |
Queue.UpdateStages.WithSession
The stage of the queue definition allowing to enable session support.
|
static interface |
Queue.UpdateStages.WithSize
The stage of the queue definition allowing to specify size.
|
Copyright © 2019. All rights reserved.