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

Method enterIdle

api/src/main/java/io/grpc/ManagedChannel.java:144–145  ·  view source on GitHub ↗

Invoking this method moves the channel into the IDLE state and triggers tear-down of the channel's name resolver and load balancer, while still allowing on-going RPCs on the channel to continue. New RPCs on the channel will trigger creation of a new connection. This is primarily intended for And

()

Source from the content-addressed store, hash-verified

142 * @since 1.11.0
143 */
144 @ExperimentalApi("https://github.com/grpc/grpc-java/issues/4056")
145 public void enterIdle() {}
146}

Calls

no outgoing calls