The Lab

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »



• 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);


  • No labels