We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6d9221 commit 03decafCopy full SHA for 03decaf
xds/src/main/java/io/grpc/xds/XdsClient.java
@@ -48,6 +48,7 @@
48
* protocols (e.g., LDS, RDS, VHDS, CDS and EDS) over a single channel. Watch-based interfaces
49
* are provided for each set of data needed by gRPC.
50
*/
51
+@ExperimentalApi("https://github.com/grpc/grpc-java/issues/10862")
52
public abstract class XdsClient {
53
54
static boolean isResourceNameValid(String resourceName, String typeUrl) {
0 commit comments