UpdateClientConnState is called by gRPC when the state of the ClientConn changes. If the error returned is ErrBadResolverState, the ClientConn will begin calling ResolveNow on the active name resolver with exponential backoff until a subsequent call to UpdateClientConnState returns a nil error. An
(ClientConnState)
| 348 | // exponential backoff until a subsequent call to UpdateClientConnState |
| 349 | // returns a nil error. Any other errors are currently ignored. |
| 350 | UpdateClientConnState(ClientConnState) error |
| 351 | // ResolverError is called by gRPC when the name resolver reports an error. |
| 352 | ResolverError(error) |
| 353 | // UpdateSubConnState is called by gRPC when the state of a SubConn |
no outgoing calls