Interface ServiceBusSubscription.DefinitionStages
-
- Enclosing interface:
- ServiceBusSubscription
public static interface ServiceBusSubscription.DefinitionStagesGrouping of queue definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceServiceBusSubscription.DefinitionStages.BlankThe first stage of a subscription definition.static interfaceServiceBusSubscription.DefinitionStages.WithAuthorizationRuleThe stage of the queue definition allowing to add an authorization rule for accessing the subscription.static interfaceServiceBusSubscription.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 interfaceServiceBusSubscription.DefinitionStages.WithDefaultMessageTTLThe stage of the subscription definition allowing to define default TTL for messages.static interfaceServiceBusSubscription.DefinitionStages.WithDeleteOnIdleThe stage of the subscription definition allowing to define auto delete behaviour.static interfaceServiceBusSubscription.DefinitionStages.WithExpiredMessageMovedToDeadLetterSubscriptionThe stage of the subscription definition allowing to specify whether expired message can be moved to secondary dead-letter subscription.static interfaceServiceBusSubscription.DefinitionStages.WithMessageBatchingThe stage of the subscription definition allowing specify batching behaviour.static interfaceServiceBusSubscription.DefinitionStages.WithMessageLockDurationThe stage of the subscription definition allowing to define duration for message lock.static interfaceServiceBusSubscription.DefinitionStages.WithMessageMovedToDeadLetterSubscriptionOnFilterEvaluationExceptionThe stage of the subscription definition allowing to specify whether message those are failed on filter evaluation can be moved to secondary dead-letter subscription.static interfaceServiceBusSubscription.DefinitionStages.WithMessageMovedToDeadLetterSubscriptionOnMaxDeliveryCountThe stage of the subscription definition allowing to specify maximum delivery count of message before moving it to dead-letter subscription.static interfaceServiceBusSubscription.DefinitionStages.WithSessionThe stage of the subscription definition allowing to enable session support.
-