The channel asks the LoadBalancer to establish connections now (if applicable) so that the upcoming RPC may then just pick a ready connection without waiting for connections. This is triggered by ManagedChannel#getState ManagedChannel.getState(true). If LoadBalancer doesn't override it,
()
| 442 | * @since 1.22.0 |
| 443 | */ |
| 444 | public void requestConnection() {} |
| 445 | |
| 446 | /** |
| 447 | * The main balancing logic. It <strong>must be thread-safe</strong>. Typically it should only |
nothing calls this directly
no outgoing calls
no test coverage detected