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 c71fd3b commit 44ea2e3Copy full SHA for 44ea2e3
src/com/rabbitmq/client/Channel.java
@@ -95,7 +95,7 @@ public interface Channel extends ShutdownNotifier {
95
/**
96
* Set flow on the channel
97
*
98
- * @param active is flow active
+ * @param active if true, the server is asked to start sending. If false, the server is asked to stop sending.
99
* @throws IOException
100
*/
101
FlowOk flow(boolean active) throws IOException;
0 commit comments