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

Method shutdown

api/src/main/java/io/grpc/LoadBalancer.java:408–408  ·  view source on GitHub ↗

The channel asks the load-balancer to shutdown. No more methods on this class will be called after this method. The implementation should shutdown all Subchannels and OOB channels, and do any other cleanup as necessary. @since 1.2.0

()

Source from the content-addressed store, hash-verified

406 * @since 1.2.0
407 */
408 public abstract void shutdown();
409
410 /**
411 * Whether this LoadBalancer can handle empty address group list to be passed to {@link

Callers 1

shutdownLoadBalancerMethod · 0.95

Calls

no outgoing calls

Tested by 1

shutdownLoadBalancerMethod · 0.76