Before Creating the Enhancement Request
Summary
Provide the ability to replace the remoting layer implementation for Proxy and Broker.
Motivation
This allows us to implement custom RemotingClient and RemotingServer to support a variety of network protocols.
Describe the Solution You'd Like
For the server side, by using a map to store multiple RemotingServers, and by adding new RemotingServer implementations, it is possible to support different network protocols.
For the client side, by adding a parameter and passing it through, it is possible to create new implementations of RemotingClientto support different network protocols.
Describe Alternatives You've Considered
None.
Additional Context
No response