Feedback this balancer with CallInfo gathered before RPC finishes. This function is only called when corresponding SelectServer was successful and out->need_feedback was set to true.
| 98 | // This function is only called when corresponding SelectServer was |
| 99 | // successful and out->need_feedback was set to true. |
| 100 | virtual void Feedback(const CallInfo& /*info*/) { } |
| 101 | |
| 102 | // Create/destroy an instance. |
| 103 | // Caller is responsible for Destroy() the instance after usage. |
no outgoing calls