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

Method isTerminated

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

Source from the content-addressed store, hash-verified

327 }
328
329 @Override
330 public boolean isTerminated() {
331 synchronized (lock) {
332 return terminated;
333 }
334 }
335
336 /**
337 * Remove transport service from accounting collection and notify of complete shutdown if

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected