wrench::ServerlessComputeServiceDownloadCompleteMessage
-
class ServerlessComputeServiceDownloadCompleteMessage : public wrench::ServerlessComputeServiceMessage
A message sent to a ServerlessComputeService to notify it that an image download has completed.
Public Functions
Constructor.
- Parameters:
action – The action that did the download
image – The image that was downloaded
payload – The message size in bytes
Public Members
-
std::shared_ptr<CustomAction> _action
The action that did the download.