wrench::ServerlessComputeServiceInvocationExecutionCompleteMessage
-
class ServerlessComputeServiceInvocationExecutionCompleteMessage : 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
invocation – The invocation that completed
payload – The message size in bytes
Public Members
-
std::shared_ptr<CustomAction> _action
The action that did the download.
-
std::shared_ptr<Invocation> _invocation
The invocation the download was for.