NewSubConn is called by balancer to create a new SubConn. It doesn't block and wait for the connections to be established. Behaviors of the SubConn can be controlled by options. Deprecated: please be aware that in a future version, SubConns will only support one address per SubConn.
([]resolver.Address, NewSubConnOptions)
| 144 | // Deprecated: please be aware that in a future version, SubConns will only |
| 145 | // support one address per SubConn. |
| 146 | NewSubConn([]resolver.Address, NewSubConnOptions) (SubConn, error) |
| 147 | // RemoveSubConn removes the SubConn from ClientConn. |
| 148 | // The SubConn will be shutdown. |
| 149 | // |
no outgoing calls