Interface SubscriptionSet.UpdateCallback

    • Method Detail

      • update

        void update​(MutableSubscriptionSet subscriptions)
        Updates the current subscription set by passing in a version of it that can be modified. If an exception is throwing during the update, all changes will be rolled back.
        Parameters:
        subscriptions - a modifiable version of the subscription set.