wrench::ServerlessComputeServiceMessagePayload

class ServerlessComputeServiceMessagePayload : public wrench::ComputeServiceMessagePayload

Configurable message payloads for a ServerlessComputeService.

Public Static Attributes

static const std::string FUNCTION_COMPLETION_MESSAGE_PAYLOAD

The number of bytes in a control message sent by the Serverless Compute Service to notify of a function completion.

static const std::string FUNCTION_INVOKE_ANSWER_MESSAGE_PAYLOAD

The number of bytes in a control message sent by the Serverless Compute Service to answer a function invocation request.

static const std::string FUNCTION_INVOKE_REQUEST_MESSAGE_PAYLOAD

The number of bytes in a control message sent by the Serverless Compute Service to invoke a function.

static const std::string FUNCTION_REGISTER_ANSWER_MESSAGE_PAYLOAD

The number of bytes in a control message sent by the Serverless Compute Service to answer a function registration request.

static const std::string FUNCTION_REGISTER_REQUEST_MESSAGE_PAYLOAD

The number of bytes in a control message sent to the Serverless Compute Service to register a function.