mirror of https://github.com/grpc/grpc-java.git
XdsClient is experimental (#10876)
This commit is contained in:
parent
f6d9221b65
commit
03decafa1f
|
|
@ -48,6 +48,7 @@ import javax.annotation.Nullable;
|
||||||
* protocols (e.g., LDS, RDS, VHDS, CDS and EDS) over a single channel. Watch-based interfaces
|
* 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.
|
* are provided for each set of data needed by gRPC.
|
||||||
*/
|
*/
|
||||||
|
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/10862")
|
||||||
public abstract class XdsClient {
|
public abstract class XdsClient {
|
||||||
|
|
||||||
static boolean isResourceNameValid(String resourceName, String typeUrl) {
|
static boolean isResourceNameValid(String resourceName, String typeUrl) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue