Contains the core Solar service framework. The structure is described
as follows:
- The dispatch service manages one or more transport services. It is
the hub of all data received or to be sent.
- The dispatcher receives a DispatchUnit, and calls corresponding
service's handleDispatchUnit, whose default is to call that service's
handleEvent.
- The RPC service handles new event by calling handleRequest on another
service (as specified in the event).