Topic.DefinitionStages.WithSubscription Interface

public interface WithSubscription

The stage of the Service Bus namespace update allowing to manage subscriptions for the topic.

Method Summary

Modifier and Type Method and Description
Topic.DefinitionStages.WithCreate withNewSubscription(String name)

Creates a subscription entity for the Service Bus topic.

Method Details

withNewSubscription

public WithCreate withNewSubscription(String name)

Creates a subscription entity for the Service Bus topic.

Parameters:

name - queue name

Returns:

the next stage of topic definition

Applies to