ServiceBusSubscription.DefinitionStages.WithSession Interface

public interface WithSession

The stage of the subscription definition allowing to enable session support.

Method Summary

Modifier and Type Method and Description
ServiceBusSubscription.DefinitionStages.WithCreate withSession()

Specifies that session support should be enabled for the subscription.

Method Details

withSession

public WithCreate withSession()

Specifies that session support should be enabled for the subscription.

Returns:

the next stage of subscription definition

Applies to