Lines Matching refs:subscription

562 | [AppEventPackageHolder](#appeventpackageholder) | Subscription data holder. If the subscription f…
582 // 1. If callback parameters are passed to the watcher, you can have subscription events processed …
614 …ters are passed to the watcher, you can have subscription events processed manually through the su…
615 …reme cases, it takes about 2 minutes. If you want to manually process subscription events, you are…
631 // 3. You can have the watcher processed the subscription event in the onReceive function.
704 … Subscription filtering condition. This parameter is passed only when subscription events need to …
705subscription events when the callback is triggered.<br>**curSize**: total size of subscribed event…
706 …ps: Array<[AppEventGroup](#appeventgroup11)>) => void | No| Real-time subscription callback. Only …
738 Defines a subscription data holder for processing subscription events.
744 A constructor used to create a holder object for subscription data. It is associated with a **Watch…
830 Extracts subscription event data based on the configured data size threshold or the number of appli…
831 1. When an application only calls **setSize()** , the subscription events are obtained based on the…
832 2. When an application calls **setRow()**, the subscription events are obtained based on the **numb…
833 3. If neither **setSize()** nor **setRow()** is called, one subscription event is obtained by defau…
843 | [AppEventPackage](#appeventpackage) | Event package object. If all subscription event data has be…
868 Defines the event group returned by a subscription.