public static interface Queue.DefinitionStages
Modifier and Type | Interface and Description |
---|---|
static interface |
Queue.DefinitionStages.Blank
The first stage of a queue definition.
|
static interface |
Queue.DefinitionStages.WithAuthorizationRule
The stage of the queue definition allowing to add an authorization rule for accessing
the queue.
|
static interface |
Queue.DefinitionStages.WithCreate
The stage of the definition which contains all the minimum required inputs for
the resource to be created (via
Creatable.create() ), but also allows
for any other optional settings to be specified. |
static interface |
Queue.DefinitionStages.WithDefaultMessageTTL
The stage of the queue definition allowing to define default TTL for messages.
|
static interface |
Queue.DefinitionStages.WithDeleteOnIdle
The stage of the queue definition allowing to define auto delete behaviour.
|
static interface |
Queue.DefinitionStages.WithDuplicateMessageDetection
The stage of the queue definition allowing to specify duration of the duplicate message
detection history.
|
static interface |
Queue.DefinitionStages.WithExpiredMessageMovedToDeadLetterQueue
The stage of the queue definition allowing to specify whether expired message can be moved
to secondary dead-letter queue.
|
static interface |
Queue.DefinitionStages.WithExpressMessage
The stage of the queue definition allowing to mark messages as express messages.
|
static interface |
Queue.DefinitionStages.WithMessageBatching
The stage of the queue definition allowing specify batching behaviour.
|
static interface |
Queue.DefinitionStages.WithMessageLockDuration
The stage of the queue definition allowing to define duration for message lock.
|
static interface |
Queue.DefinitionStages.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.DefinitionStages.WithPartitioning
The stage of the queue definition allowing to specify partitioning behaviour.
|
static interface |
Queue.DefinitionStages.WithSession
The stage of the queue definition allowing to enable session support.
|
static interface |
Queue.DefinitionStages.WithSize
The stage of the queue definition allowing to specify size.
|
Copyright © 2019. All rights reserved.