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
()
| 142 | * @since 1.11.0 |
| 143 | */ |
| 144 | @ExperimentalApi("https://github.com/grpc/grpc-java/issues/4056") |
| 145 | public void enterIdle() {} |
| 146 | } |
no outgoing calls