A message sent to a Service to request for it to terminate.
More...
#include <ServiceMessage.h>
|
std::string | ack_mailbox |
| the mailbox to which the "I stopped" ack should be sent
|
|
std::string | name |
| The message name.
|
|
double | payload |
| The message size in bytes.
|
|
A message sent to a Service to request for it to terminate.
◆ ServiceStopDaemonMessage()
wrench::ServiceStopDaemonMessage::ServiceStopDaemonMessage |
( |
std::string |
ack_mailbox, |
|
|
double |
payload |
|
) |
| |
Constructor.
- Parameters
-
ack_mailbox | mailbox to which the DaemonStoppedMessage ack will be sent. No ack will be sent if ack_mailbox="" |
payload | message size in bytes |
- Exceptions
-
The documentation for this class was generated from the following files: