Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Docs Required, Release Notes Required
Description
Network module should introduce a public Message interface to handle messages to send and receive.
This interface should provide at least information about message type (and possible version) to enable effective serialization/deserialization and ability to subscribe for a messages of certain type.
API clarifications:
- Message should not be responsible for reading itself from and writing to a byte buffer. Some kind of builder/converted has to be introduced.
- We need a factory for instantiating Message objects or builders/converters for these objects by message type.
- We need a requirement for components workflow so components can register their message types in network component and make sure there are no conflicts between them.
Attachments
Issue Links
- links to