Currently, the dispatch table is only able to be modified all at once. Further, there is no way to or remove single dispatch lines.
Goal:
There should be a way to assoc or dissoc a dispatch line from the table. This will enable other components of the system to subscribe or unsubscribe to database events without effecting other subscribers.
Currently, the dispatch table is only able to be modified all at once. Further, there is no way to or remove single dispatch lines.
Goal:
There should be a way to assoc or dissoc a dispatch line from the table. This will enable other components of the system to subscribe or unsubscribe to database events without effecting other subscribers.