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

Method close

xds/src/test/java/io/grpc/xds/StatefulFilter.java:51–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 }
50
51 @Override
52 public void close() {
53 if (!shutdown.compareAndSet(false, true)) {
54 throw new ConcurrentModificationException(
55 "Unexpected: StatefulFilter#close called multiple times");
56 }
57 }
58
59 @Nullable
60 @Override

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected