Clio  develop
The XRP Ledger API server.
Loading...
Searching...
No Matches
feed Namespace Reference

This namespace implements everything related to subscriptions. More...

Classes

class  SubscriptionManager
 A subscription manager is responsible for managing the subscriptions and publishing the feeds. More...
class  SubscriptionManagerInterface
 Interface of subscription manager. A subscription manager is responsible for managing the subscriptions and publishing the feeds. More...

Typedefs

using Subscriber = web::SubscriptionContextInterface
using SubscriberPtr = Subscriber*
using SubscriberSharedPtr = std::shared_ptr<Subscriber>

Detailed Description

This namespace implements everything related to subscriptions.

The subscription manager is responsible for managing the subscriptions and publishing the feeds.