| Class | Description |
|---|---|
| ConcurrentMessageExchange |
Processes
MessageDatas on its own Thread. |
| ImmediateMessageExchange |
Processes
MessageDatas immediately - effectively implements the
Observer pattern
through the MessageBus |
| IntervalMessageExchange |
Processes
MessageDatas at a regular interval |
| OnUpdateMessageExchange |
Processes
MessageDatas when OnUpdateMessageExchange.update(float) is called |