public static interface Topic.DefinitionStages
Modifier and Type | Interface and Description |
---|---|
static interface |
Topic.DefinitionStages.Blank
The first stage of a topic definition.
|
static interface |
Topic.DefinitionStages.WithAuthorizationRule
The stage of the topic definition allowing to add an authorization rule for accessing
the topic.
|
static interface |
Topic.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 |
Topic.DefinitionStages.WithDefaultMessageTTL
The stage of the topic definition allowing to define default TTL for messages.
|
static interface |
Topic.DefinitionStages.WithDeleteOnIdle
The stage of the topic definition allowing to define auto delete behaviour.
|
static interface |
Topic.DefinitionStages.WithDuplicateMessageDetection
The stage of the topic definition allowing to specify duration of the duplicate message
detection history.
|
static interface |
Topic.DefinitionStages.WithExpressMessage
The stage of the topic definition allowing to mark messages as express messages.
|
static interface |
Topic.DefinitionStages.WithMessageBatching
The stage of the topic definition allowing specify batching behaviour.
|
static interface |
Topic.DefinitionStages.WithPartitioning
The stage of the topic definition allowing to specify partitioning behaviour.
|
static interface |
Topic.DefinitionStages.WithSize
The stage of the topic definition allowing to specify size.
|
static interface |
Topic.DefinitionStages.WithSubscription
The stage of the Service Bus namespace update allowing to manage subscriptions for the topic.
|
Copyright © 2019. All rights reserved.