public static interface ServiceBusSubscription.UpdateStages
Modifier and Type | Interface and Description |
---|---|
static interface |
ServiceBusSubscription.UpdateStages.WithAuthorizationRule
The stage of the queue definition allowing to add an authorization rule for accessing
the subscription.
|
static interface |
ServiceBusSubscription.UpdateStages.WithDefaultMessageTTL
The stage of the subscription definition allowing to define default TTL for messages.
|
static interface |
ServiceBusSubscription.UpdateStages.WithDeleteOnIdle
The stage of the subscription definition allowing to define auto delete behaviour.
|
static interface |
ServiceBusSubscription.UpdateStages.WithExpiredMessageMovedToDeadLetterSubscription
The stage of the subscription update allowing to specify whether expired message can be moved
to secondary dead-letter subscription.
|
static interface |
ServiceBusSubscription.UpdateStages.WithMessageBatching
The stage of the subscription definition allowing configure message batching behaviour.
|
static interface |
ServiceBusSubscription.UpdateStages.WithMessageLockDuration
The stage of the subscription definition allowing to define duration for message lock.
|
static interface |
ServiceBusSubscription.UpdateStages.WithMessageMovedToDeadLetterQueueOnMaxDeliveryCount
The stage of the subscription definition allowing to specify maximum delivery count of message before
moving it to dead-letter queue.
|
static interface |
ServiceBusSubscription.UpdateStages.WithMessageMovedToDeadLetterSubscriptionOnFilterEvaluationException
The 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 interface |
ServiceBusSubscription.UpdateStages.WithSession
The stage of the subscription definition allowing to enable session support.
|
Copyright © 2019. All rights reserved.