@@ -564,7 +564,7 @@ Subscription Session::onNotification(
564
564
* @param anchorTime Optional anchor time for the period. Anchor time acts as a reference point for the period.
565
565
* @param stopTime Optional stop time ending the notification subscription.
566
566
*
567
- * @return A YangPushSubscription handle.
567
+ * @return A DynamicSubscription handle.
568
568
*/
569
569
DynamicSubscription Session::yangPushPeriodic (
570
570
const std::optional<std::variant<std::string, libyang::DataNodeAny>>& filter,
@@ -601,7 +601,7 @@ DynamicSubscription Session::yangPushPeriodic(
601
601
* @param syncOnStart Whether to start with a notification of the current state.
602
602
* @param stopTime Optional stop time ending the notification subscription.
603
603
*
604
- * @return A YangPushSubscription handle.
604
+ * @return A DynamicSubscription handle.
605
605
*/
606
606
DynamicSubscription Session::yangPushOnChange (
607
607
const std::optional<std::variant<std::string, libyang::DataNodeAny>>& filter,
@@ -650,7 +650,7 @@ DynamicSubscription Session::yangPushOnChange(
650
650
* @param stopTime Optional stop time ending the subscription.
651
651
* @param startTime Optional start time of the subscription, used for replaying stored notifications.
652
652
*
653
- * @return A YangPushSubscription handle.
653
+ * @return A DynamicSubscription handle.
654
654
*/
655
655
DynamicSubscription Session::subscribeNotifications (
656
656
const std::optional<std::variant<std::string, libyang::DataNodeAny>>& filter,
0 commit comments