mirror of https://github.com/grpc/grpc-java.git
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:
parent
6e679401ea
commit
5c4817723e
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue