Class RpcClient

java.lang.Object
com.rabbitmq.client.RpcClient
All Implemented Interfaces:
AutoCloseable
Direct Known Subclasses:
JsonRpcClient

public class RpcClient extends Object implements AutoCloseable
Convenience class which manages simple RPC-style communication. The class is agnostic about the format of RPC arguments / return values. It simply provides a mechanism for sending a message to an exchange with a given routing key, and waiting for a response.