Interface ServiceBusSubscription.UpdateStages.WithSession
-
- All Known Subinterfaces:
ServiceBusSubscription.Update
- Enclosing interface:
- ServiceBusSubscription.UpdateStages
public static interface ServiceBusSubscription.UpdateStages.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.UpdatewithoutSession()Specifies that session support should be disabled for the subscription.ServiceBusSubscription.UpdatewithSession()Specifies that session support should be enabled for the subscription.
-
-
-
Method Detail
-
withSession
ServiceBusSubscription.Update withSession()
Specifies that session support should be enabled for the subscription.- Returns:
- the next stage of subscription update
-
withoutSession
ServiceBusSubscription.Update withoutSession()
Specifies that session support should be disabled for the subscription.- Returns:
- the next stage of subscription update
-
-