Adds a metric sink to the server. @param metricSink the metric sink to add. @return this
(MetricSink metricSink)
| 442 | * @return this |
| 443 | */ |
| 444 | @ExperimentalApi("https://github.com/grpc/grpc-java/issues/12693") |
| 445 | public T addMetricSink(MetricSink metricSink) { |
| 446 | return thisT(); |
| 447 | } |
| 448 | |
| 449 | /** |
| 450 | * Returns the correctly typed version of the builder. |