Interface ServiceBusSubscription.DefinitionStages.WithSession
-
- All Known Subinterfaces:
ServiceBusSubscription.Definition,ServiceBusSubscription.DefinitionStages.Blank,ServiceBusSubscription.DefinitionStages.WithCreate
- Enclosing interface:
- ServiceBusSubscription.DefinitionStages
public static interface ServiceBusSubscription.DefinitionStages.WithSessionThe stage of the subscription definition allowing to enable session support.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceBusSubscription.DefinitionStages.WithCreatewithSession()Specifies that session support should be enabled for the subscription.
-
-
-
Method Detail
-
withSession
ServiceBusSubscription.DefinitionStages.WithCreate withSession()
Specifies that session support should be enabled for the subscription.- Returns:
- the next stage of subscription definition
-
-