Module it.rebirthproject.ufoeb
Class ShutdownStateManagerMessage
java.lang.Object
it.rebirthproject.ufoeb.architecture.messages.interfaces.AbstractCommandMessage
it.rebirthproject.ufoeb.architecture.messages.commands.ShutdownStateManagerMessage
- All Implemented Interfaces:
Message
An internal message sent from the event bus infrastructure to
BusMemoryStateManager
when the shutdown method of the EventBus
is invoked.
After receiving this message, the BusMemoryStateManager
will shut down.- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class it.rebirthproject.ufoeb.architecture.messages.interfaces.AbstractCommandMessage
toString
-
Constructor Details
-
ShutdownStateManagerMessage
public ShutdownStateManagerMessage()The constructor to build aShutdownStateManagerMessage
-
-
Method Details
-
getMessageType
Getter for the message type- Returns:
- The message type
-