Package org.simplesim.core.messaging
Class Message
Class for messages for direct (non-routed) message forwarding.
Messages always contain a content and may be extended with additional features. If agents are
connected directly, the destination can be omitted and set to null
.
Note: This class is read-only and thus thread-safe.
-
Constructor Summary
-
Method Summary
Methods inherited from class org.simplesim.core.messaging.AbstractMessage
getContent, getDestination, getSource
-
Constructor Details
-
Message
-
Message
-