public static interface ServiceBusSubscription.DefinitionStages
Modifier and Type | Interface and Description |
---|---|
static interface |
ServiceBusSubscription.DefinitionStages.Blank
The first stage of a subscription definition.
|
static interface |
ServiceBusSubscription.DefinitionStages.WithAuthorizationRule
The stage of the queue definition allowing to add an authorization rule for accessing
the subscription.
|
static interface |
ServiceBusSubscription.DefinitionStages.WithCreate
The stage of the definition which contains all the minimum required inputs for
the resource to be created (via
Creatable.create() ), but also allows
for any other optional settings to be specified. |
static interface |
ServiceBusSubscription.DefinitionStages.WithDefaultMessageTTL
The stage of the subscription definition allowing to define default TTL for messages.
|
static interface |
ServiceBusSubscription.DefinitionStages.WithDeleteOnIdle
The stage of the subscription definition allowing to define auto delete behaviour.
|
static interface |
ServiceBusSubscription.DefinitionStages.WithExpiredMessageMovedToDeadLetterSubscription
The stage of the subscription definition allowing to specify whether expired message can be moved
to secondary dead-letter subscription.
|
static interface |
ServiceBusSubscription.DefinitionStages.WithMessageBatching
The stage of the subscription definition allowing specify batching behaviour.
|
static interface |
ServiceBusSubscription.DefinitionStages.WithMessageLockDuration
The stage of the subscription definition allowing to define duration for message lock.
|
static interface |
ServiceBusSubscription.DefinitionStages.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.DefinitionStages.WithMessageMovedToDeadLetterSubscriptionOnMaxDeliveryCount
The stage of the subscription definition allowing to specify maximum delivery count of message before
moving it to dead-letter subscription.
|
static interface |
ServiceBusSubscription.DefinitionStages.WithSession
The stage of the subscription definition allowing to enable session support.
|
Copyright © 2019. All rights reserved.