![]() |
SDK
2.1.4 [async]
CloudBackend Software Development Kit - SDK API for C++
|
#include <PublishDelegate.h>
Classes | |
struct | ErrorInfo |
Public Types | |
using | Success = PublishSuccess |
using | Error = delegate::Error |
Public Member Functions | |
virtual void | onPublishSuccess (cbe::Items &&items)=0 |
virtual void | onPublishError (Error &&error, cbe::util::Context &&context)=0 |
Delegate class for the asynchronous version of methods:
|
pure virtual |
Called if an error is encountered.
|
pure virtual |
Called upon successful publish.
items | Instance of items that are being published. |