wrench::ServerlessComputeServiceDownloadCompleteMessage

class ServerlessComputeServiceDownloadCompleteMessage : public wrench::ServerlessComputeServiceMessage

A message sent to a ServerlessComputeService to notify it that an image download has completed.

Public Functions

ServerlessComputeServiceDownloadCompleteMessage(std::shared_ptr<CustomAction> action, std::shared_ptr<Image> image, sg_size_t payload)

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.

std::shared_ptr<Image> _image

The image the download was for.