ServiceBusSubscription.DefinitionStages.WithSession Interface
public static interface ServiceBusSubscription.DefinitionStages.WithSession
The stage of the subscription definition allowing to enable session support.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withSession()
Specifies that session support should be enabled for the subscription. |
Method Details
withSession
public abstract ServiceBusSubscription.DefinitionStages.WithCreate withSession()
Specifies that session support should be enabled for the subscription.
Returns:
the next stage of subscription definition
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java