A message sent to a Service to notify it that its time-to-live has expired (which will cause the service to terminate) More...
#include <ServiceMessage.h>
Public Member Functions | |
ServiceTTLExpiredMessage (double payload) | |
Constructor. More... | |
Additional Inherited Members |
Detailed Description
A message sent to a Service to notify it that its time-to-live has expired (which will cause the service to terminate)
Constructor & Destructor Documentation
◆ ServiceTTLExpiredMessage()
wrench::ServiceTTLExpiredMessage::ServiceTTLExpiredMessage | ( | double | payload | ) |
Constructor.
- Parameters
-
payload message size in bytes
- Exceptions
-
std::invalid_arguments
The documentation for this class was generated from the following files:
- ServiceMessage.h
- ServiceMessage.cpp