Module it.rebirthproject.ufoeb
Class RemoveAllStickyEventsMessage
java.lang.Object
it.rebirthproject.ufoeb.architecture.messages.interfaces.AbstractCommandMessage
it.rebirthproject.ufoeb.architecture.messages.commands.RemoveAllStickyEventsMessage
- All Implemented Interfaces:
Message
An internal message sent when all sticky events must to be removed from the
EventBus
'
MemoryState
. The RemoveAllStickyEventsMessage
is sent to the
BusMemoryStateManager
which will consume it and remove all sticky
events.- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class it.rebirthproject.ufoeb.architecture.messages.interfaces.AbstractCommandMessage
toString
-
Constructor Details
-
RemoveAllStickyEventsMessage
public RemoveAllStickyEventsMessage()The constructor to build aRemoveAllStickyEventsMessage
-
-
Method Details
-
getMessageType
Getter for the message type- Returns:
- The message type
-