|
Clio
develop
The XRP Ledger API server.
|
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> |
This namespace implements everything related to subscriptions.
The subscription manager is responsible for managing the subscriptions and publishing the feeds.