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 Details

    • withSession

      Specifies that session support should be enabled for the subscription.
      Returns:
      the next stage of subscription update
    • withoutSession

      Specifies that session support should be disabled for the subscription.
      Returns:
      the next stage of subscription update