We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f96d395 commit 38b0a3aCopy full SHA for 38b0a3a
1 file changed
s2a/src/main/java/io/grpc/s2a/channel/S2AChannelPool.java
@@ -26,7 +26,7 @@ public interface S2AChannelPool extends AutoCloseable {
26
/**
27
* Retrieves an open channel to the S2A from the channel pool.
28
*
29
- * <p>If no channel is available, blocks until a channel can be retrieved from the channel pool.
+ * @throws IllegalStateException if no channel is available.
30
*/
31
@CanIgnoreReturnValue
32
Channel getChannel();
0 commit comments