A message sent to a StorageService to enquire about its free space. More...
#include <StorageServiceMessage.h>
Public Member Functions | |
StorageServiceFreeSpaceRequestMessage (std::string answer_mailbox, double payload) | |
Constructor. More... | |
Public Attributes | |
std::string | answer_mailbox |
Mailbox to which the answer message should be sent. | |
Additional Inherited Members |
Detailed Description
A message sent to a StorageService to enquire about its free space.
Constructor & Destructor Documentation
◆ StorageServiceFreeSpaceRequestMessage()
wrench::StorageServiceFreeSpaceRequestMessage::StorageServiceFreeSpaceRequestMessage | ( | std::string | answer_mailbox, |
double | payload | ||
) |
Constructor.
- Parameters
-
answer_mailbox the mailbox to which to send the answer payload the message size in bytes
- Exceptions
-
std::invalid_argument
The documentation for this class was generated from the following files:
- StorageServiceMessage.h
- StorageServiceMessage.cpp