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