Currently, the RR Server only sends a message with a method name to clients, which then take care of executing the mentioned method.
Make the remote event subscription from the client side. For this, we can use RMI, where the Server would call remote methods in parallel to local ones when the events happen.
Currently, the RR Server only sends a message with a method name to clients, which then take care of executing the mentioned method.
RMI
, where the Server would call remote methods in parallel to local ones when the events happen.