Warn users shutdownNow doesn't behave as documented

This just places back a warning that was mistakenly removed in b687bdc.

Fixes #1500
This commit is contained in:
Eric Anderson 2016-03-25 10:37:12 -07:00
parent 6e679401ea
commit 5c4817723e
1 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,8 @@ public abstract class ManagedChannel extends Channel {
* Initiates a forceful shutdown in which preexisting and new calls are cancelled. Although
* forceful, the shutdown process is still not instantaneous; {@link #isTerminated()} will likely
* return {@code false} immediately after this method returns.
*
* <p>NOT YET IMPLEMENTED. This method currently behaves identically to shutdown().
*/
public abstract ManagedChannel shutdownNow();