Table of Contents

Interface IResponder

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

IResponder 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 IRequester

public interface IResponder : ILifeCycle, IDisposable
Inherited Members