Interface Queue.DefinitionStages
- Enclosing interface:
- Queue
public static interface Queue.DefinitionStages
Grouping of Service Bus queue definition stages.
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe first stage of a queue definition.static interfaceThe stage of the queue definition allowing to add an authorization rule for accessing the queue.static interfaceThe 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 interfaceThe stage of the queue definition allowing to define default TTL for messages.static interfaceThe stage of the queue definition allowing to define auto delete behaviour.static interfaceThe stage of the queue definition allowing to specify duration of the duplicate message detection history.static interfaceThe stage of the queue definition allowing to specify whether expired message can be moved to secondary dead-letter queue.static interfaceThe stage of the queue definition allowing to mark messages as express messages.static interfaceThe stage of the queue definition allowing specify batching behaviour.static interfaceThe stage of the queue definition allowing to define duration for message lock.static interfaceThe stage of the queue definition allowing to specify maximum delivery count of message before moving it to dead-letter queue.static interfaceThe stage of the queue definition allowing to specify partitioning behaviour.static interfaceThe stage of the queue definition allowing to enable session support.static interfaceThe stage of the queue definition allowing to specify size.