Table of Contents

Interface IRpcServer

Namespace
RabbitMQ.AMQP.Client
Assembly
RabbitMQ.AMQP.Client.dll

IRpcServer interface for creating an RPC server. The RPC is simulated by sending a request message and receiving a reply message. Where the client sends the queue where wants to receive the reply. RPC client ---> request queue ---> RPC server ---> reply queue ---> RPC client See also IRpcClient

public interface IRpcServer : ILifeCycle, IDisposable
Inherited Members