MCPcopy Create free account
hub / github.com/grpc/grpc-java / isShutdown

Method isShutdown

core/src/main/java/io/grpc/internal/ServerImpl.java:301–306  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

299 }
300
301 @Override
302 public boolean isShutdown() {
303 synchronized (lock) {
304 return shutdown;
305 }
306 }
307
308 @Override
309 public boolean awaitTermination(long timeout, TimeUnit unit) throws InterruptedException {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected