A message sent to a FileRegistryService to request a file lookup. More...
#include <FileRegistryMessage.h>
Public Member Functions | |
FileRegistryFileLookupRequestMessage (std::string answer_mailbox, WorkflowFile *file, double payload) | |
Constructor. More... | |
Public Attributes | |
std::string | answer_mailbox |
The mailbox to which the answer message should be sent. | |
WorkflowFile * | file |
The file to lookup. | |
Additional Inherited Members |
Detailed Description
A message sent to a FileRegistryService to request a file lookup.
Constructor & Destructor Documentation
◆ FileRegistryFileLookupRequestMessage()
wrench::FileRegistryFileLookupRequestMessage::FileRegistryFileLookupRequestMessage | ( | std::string | answer_mailbox, |
WorkflowFile * | file, | ||
double | payload | ||
) |
Constructor.
- Parameters
-
answer_mailbox the mailbox to which the answer message should be sent file the file to look up payload the message size in bytes
The documentation for this class was generated from the following files:
- FileRegistryMessage.h
- FileRegistryMessage.cpp