How to automatically propagate changes to all clients?

I remember there were some provisions for this, something similar to ASTA providers.

When i have two TDAMemDataTable components in two clients, connected to the same dataset in schema, i ApplyUpdates from one client, and the changes instantly seen on the other.

I saw the answer to similar questions which refers to Business Processors…are there an white paper or other docs to learn this?

Thank you.

you can send event from server to all other clients and they can do table.RefreshFromServer.

the event feature is demonstrated in any chat sample (ROD samples)