Handling RPC Name Conflicts in Proxy Server for Entities
What should be the behavior of 2 Entites that contain RPCs with the same name? When using a proxy server, there is no way to differentiate between them. I.e. if I have a
Procedure.Execute rpc and a Query.Execute rpc how do I know which one gets run if I call the Execute proxy endpoint? Should the derived proxy server prefix the route with the entity name possibly?