Module it.rebirthproject.ufoeb
Interface Message
- All Known Implementing Classes:
AbstractCommandMessage
,AbstractQueryMessage
,IsListenerRegisteredMessage
,PostEventMessage
,PostStickyEventMessage
,PrintStateMessage
,RegisterMessage
,RemoveAllStickyEventsMessage
,RemoveStickyEventMessage
,ShutdownStateManagerMessage
,UnregisterListenerMessage
public interface Message
A message used by the eventbus architecture.
-
Method Summary
-
Method Details
-
getMessageType
MessageType getMessageType()Getter for the message type- Returns:
- The message type
-