Skip to content

Commit 18b23af

Browse files
committed
Add comments for RoutingConfig
1 parent 18ffc26 commit 18b23af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

xds/src/main/java/io/grpc/xds/XdsNameResolver.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,9 @@ public void onResourceDoesNotExist(String resourceName) {
566566
}
567567
}
568568

569+
/**
570+
* Grouping of the list of usable routes and their corresponding fallback timeout value.
571+
*/
569572
private static class RoutingConfig {
570573
private long fallbackTimeoutNano;
571574
private List<Route> routes;

0 commit comments

Comments
 (0)