• Every subscription request results in a single response in the form of a SubscriptionEventMessage.
• There is a subscription request identifier clSubID in the messages (not exposed to the customer yet; we will do that) Subscriptions are persistent across calls to run()
• Subscriptions are cancelled automatically if the client disconnects.
• Subscriptions may get cancelled automatically when a handler goes down (client must resubscribe).
void onSubscriptionEvent(const SubscriptionEventMessage& event, MFClient& client);
Overview
Content Tools