RPC MessageDescription
rx-message-bus supports rpc messages. RPC stands for Remote Procedure Call. In short, RPC can help us to use 2 asynchronous operations into a synchronous operation.
At the below example. RPC Client communicates with RPC Server asynchronously, but the operation can be handled synchronously by using pipe.
RPC ClientRequest sender

Please click  button to get data from RPC Server component

RCP ServerRequest receiver
Waiting for messages