We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54ad2fc commit fb042bcCopy full SHA for fb042bc
src/com/rabbitmq/client/RpcClient.java
@@ -36,10 +36,10 @@
36
import com.rabbitmq.utility.BlockingCell;
37
38
/**
39
- * Convenience class which manages a temporary reply queue for simple RPC-style communication.
+ * Convenience class which manages simple RPC-style communication.
40
* The class is agnostic about the format of RPC arguments / return values.
41
* It simply provides a mechanism for sending a message to an exchange with a given routing key,
42
- * and waiting for a response on a reply queue.
+ * and waiting for a response.
43
*/
44
public class RpcClient {
45
/** Channel we are communicating on */
0 commit comments