Class RpcClient

  • Direct Known Subclasses:
    JsonRpcClient

    public class RpcClient
    extends Object
    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.