The Runtime is the first Service to start when MyRobotLab begins. Every running instance of MyRobotLab includes a single Runtime Service. The Runtime is a singleton, which means there should be only one per running process of MyRobotLab. Its responsibilities include the creation, removal, and merging of Services into the Service registry.
The registry is critical for routing communication between Services.
In addition to managing the endpoints of Service communication the Runtime can retrieve information regarding details of the Java VM, operating system, and other details.