TxRoutePointRegistry
A singleton class repository keep mapping of routepoint's name or symbol --> routepoint object instance. The registry is use to create to create a new routepoint object and store it's reference in the repository So later can retrive anywhere in the code.
With routepoint object you can communicate with other components on the same process or in different process / machine using node express.
usages
Create new routepoint object and save is in the registory for later access it by other objects.
Get an existing queuepoint by it's name | sybmol.
Last updated