Interface Queue.DefinitionStages
-
- Enclosing interface:
- Queue
public static interface Queue.DefinitionStagesGrouping of Service Bus queue definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceQueue.DefinitionStages.BlankThe first stage of a queue definition.static interfaceQueue.DefinitionStages.WithAuthorizationRuleThe stage of the queue definition allowing to add an authorization rule for accessing the queue.static interfaceQueue.DefinitionStages.WithCreateThe stage of the definition which contains all the minimum required inputs for the resource to be created (viaCreatable.create()), but also allows for any other optional settings to be specified.static interfaceQueue.DefinitionStages.WithDefaultMessageTTLThe stage of the queue definition allowing to define default TTL for messages.static interfaceQueue.DefinitionStages.WithDeleteOnIdleThe stage of the queue definition allowing to define auto delete behaviour.static interfaceQueue.DefinitionStages.WithDuplicateMessageDetectionThe stage of the queue definition allowing to specify duration of the duplicate message detection history.static interfaceQueue.DefinitionStages.WithExpiredMessageMovedToDeadLetterQueueThe stage of the queue definition allowing to specify whether expired message can be moved to secondary dead-letter queue.static interfaceQueue.DefinitionStages.WithExpressMessageThe stage of the queue definition allowing to mark messages as express messages.static interfaceQueue.DefinitionStages.WithMessageBatchingThe stage of the queue definition allowing specify batching behaviour.static interfaceQueue.DefinitionStages.WithMessageLockDurationThe stage of the queue definition allowing to define duration for message lock.static interfaceQueue.DefinitionStages.WithMessageMovedToDeadLetterQueueOnMaxDeliveryCountThe stage of the queue definition allowing to specify maximum delivery count of message before moving it to dead-letter queue.static interfaceQueue.DefinitionStages.WithPartitioningThe stage of the queue definition allowing to specify partitioning behaviour.static interfaceQueue.DefinitionStages.WithSessionThe stage of the queue definition allowing to enable session support.static interfaceQueue.DefinitionStages.WithSizeThe stage of the queue definition allowing to specify size.
-