Update wiki to match gradle conversion authored by Derek Williams's avatar Derek Williams
...@@ -10,4 +10,3 @@ Since the MessagePackers required are different on each type of machine, we need ...@@ -10,4 +10,3 @@ Since the MessagePackers required are different on each type of machine, we need
The handling on incoming Messages is very similar. Each machine type in the system has a MessageHandlerSet which contains a set of MessageHandlers (one for each type of incoming message). The MessageHandlerSet is given to the ConnectionIncoming when it is created and ConnectionIncoming gives each incoming Message to the appropriate handler (based on Message type) for processing. The handling on incoming Messages is very similar. Each machine type in the system has a MessageHandlerSet which contains a set of MessageHandlers (one for each type of incoming message). The MessageHandlerSet is given to the ConnectionIncoming when it is created and ConnectionIncoming gives each incoming Message to the appropriate handler (based on Message type) for processing.
[[Steps to create a new message]] [[Steps to create a new message]]