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

Method isShutDown

xds/src/main/java/io/grpc/xds/client/XdsClient.java:312–314  ·  view source on GitHub ↗

Returns true if #shutdown() has been called.

()

Source from the content-addressed store, hash-verified

310 * Returns {@code true} if {@link #shutdown()} has been called.
311 */
312 public boolean isShutDown() {
313 throw new UnsupportedOperationException();
314 }
315
316 /**
317 * Returns the config used to bootstrap this XdsClient {@link Bootstrapper.BootstrapInfo}.

Calls

no outgoing calls