public static interface Topic.UpdateStages
Modifier and Type | Interface and Description |
---|---|
static interface |
Topic.UpdateStages.WithAuthorizationRule
The stage of the topic definition allowing to add an authorization rule for accessing
the topic.
|
static interface |
Topic.UpdateStages.WithDefaultMessageTTL
The stage of the topic definition allowing to define default TTL for messages.
|
static interface |
Topic.UpdateStages.WithDeleteOnIdle
The stage of the topic definition allowing to define auto delete behaviour.
|
static interface |
Topic.UpdateStages.WithDuplicateMessageDetection
The stage of the topic definition allowing to specify duration of the duplicate message
detection history.
|
static interface |
Topic.UpdateStages.WithExpressMessage
The stage of the topic definition allowing to mark it as either holding regular or express
messages.
|
static interface |
Topic.UpdateStages.WithMessageBatching
The stage of the topic definition allowing configure message batching behaviour.
|
static interface |
Topic.UpdateStages.WithSize
The stage of the topic definition allowing to specify size.
|
static interface |
Topic.UpdateStages.WithSubscription
The stage of the Service Bus namespace update allowing to manage subscriptions for the topic.
|
Copyright © 2019. All rights reserved.