Skip to content

Commit

Permalink
XdsClient is experimental (#10876)
Browse files Browse the repository at this point in the history
  • Loading branch information
YifeiZhuang committed Feb 7, 2024
1 parent f6d9221 commit 03decaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xds/src/main/java/io/grpc/xds/XdsClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
* protocols (e.g., LDS, RDS, VHDS, CDS and EDS) over a single channel. Watch-based interfaces
* are provided for each set of data needed by gRPC.
*/
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/10862")
public abstract class XdsClient {

static boolean isResourceNameValid(String resourceName, String typeUrl) {
Expand Down

0 comments on commit 03decaf

Please sign in to comment.