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