XdsClient is experimental (#10876)

This commit is contained in:
yifeizhuang 2024-02-06 17:43:30 -08:00 committed by GitHub
parent f6d9221b65
commit 03decafa1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ import javax.annotation.Nullable;
* 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) {