Subscription<MessageT> now supports callback-less construction and take(), so TakeSubscription<MessageT> is kept only as a backwards-compatible spelling (#1522). Once the remaining call sites have migrated to constructing a Subscription without a callback, TakeSubscription should be deleted.
Removing it is a user API breaking change, hence need-major-update.
Subscription<MessageT>now supports callback-less construction andtake(), soTakeSubscription<MessageT>is kept only as a backwards-compatible spelling (#1522). Once the remaining call sites have migrated to constructing aSubscriptionwithout a callback,TakeSubscriptionshould be deleted.Removing it is a user API breaking change, hence
need-major-update.