Class CsdsService

java.lang.Object
io.grpc.xds.CsdsService
All Implemented Interfaces:
io.grpc.BindableService

public final class CsdsService extends Object implements io.grpc.BindableService
The CSDS service provides information about the status of a running xDS client.

Client Status Discovery Service is a service that exposes xDS config of a given client. See the full design at gRFC A40: xDS Configuration Dump via Client Status Discovery Service in gRPC.

Since:
1.37.0
  • Method Details

    • newInstance

      public static CsdsService newInstance()
      Creates an instance.
    • bindService

      public io.grpc.ServerServiceDefinition bindService()
      Specified by:
      bindService in interface io.grpc.BindableService