Skip to content

Commit 03decaf

Browse files
authored
XdsClient is experimental (#10876)
1 parent f6d9221 commit 03decaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
* protocols (e.g., LDS, RDS, VHDS, CDS and EDS) over a single channel. Watch-based interfaces
4949
* are provided for each set of data needed by gRPC.
5050
*/
51+
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/10862")
5152
public abstract class XdsClient {
5253

5354
static boolean isResourceNameValid(String resourceName, String typeUrl) {

0 commit comments

Comments
 (0)