Interface ServiceBusSubscription.UpdateStages.WithSession
- All Known Subinterfaces:
ServiceBusSubscription.Update
- Enclosing interface:
- ServiceBusSubscription.UpdateStages
public static interface ServiceBusSubscription.UpdateStages.WithSession
The stage of the subscription definition allowing to enable session support.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies that session support should be disabled for the subscription.Specifies that session support should be enabled for the subscription.
-
Method Details
-
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
-