wrench::ServiceTTLExpiredMessage Class Reference

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>

Inheritance diagram for wrench::ServiceTTLExpiredMessage:
wrench::ServiceMessage wrench::SimulationMessage

Public Member Functions

 ServiceTTLExpiredMessage (double payload)
 Constructor. More...
 
- Public Member Functions inherited from wrench::SimulationMessage
 SimulationMessage (std::string name, double payload)
 Constructor. More...
 
virtual std::string getName ()
 Retrieve the message name. More...
 

Additional Inherited Members

- Public Attributes inherited from wrench::SimulationMessage
std::string name
 The message name.
 
double payload
 The message size in bytes.
 
- Protected Member Functions inherited from wrench::ServiceMessage
 ServiceMessage (std::string name, double payload)
 Constructor. More...
 

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
payloadmessage size in bytes
Exceptions
std::invalid_arguments

The documentation for this class was generated from the following files: