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

Method shutdown

rls/src/main/java/io/grpc/rls/RlsLoadBalancer.java:105–112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103 }
104
105 @Override
106 public void shutdown() {
107 if (routeLookupClient != null) {
108 logger.log(ChannelLogLevel.DEBUG, "closing the routeLookupClient because of RLS LB shutdown");
109 routeLookupClient.close();
110 routeLookupClient = null;
111 }
112 }
113
114 /**
115 * Provides {@link CachingRlsLbClient.Builder} with default settings. This is useful for

Callers

nothing calls this directly

Calls 2

closeMethod · 0.65
logMethod · 0.45

Tested by

no test coverage detected