GoPxL SDK
using GoPxLSdk::GoNotificationHandler = typedef std::function<void(const std::shared_ptr<GoNotificationResponse>&)>

Notification handler used in GoRestClient::Sub.

The notification object is passed into the receiving function.