diff --git a/core/src/main/java/io/grpc/ManagedChannel.java b/core/src/main/java/io/grpc/ManagedChannel.java index af234ee5b4..f9215022d0 100644 --- a/core/src/main/java/io/grpc/ManagedChannel.java +++ b/core/src/main/java/io/grpc/ManagedChannel.java @@ -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. + * + *
NOT YET IMPLEMENTED. This method currently behaves identically to shutdown(). */ public abstract ManagedChannel shutdownNow();