Class CsdsService
java.lang.Object
io.grpc.xds.CsdsService
- All Implemented Interfaces:
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 Summary
Modifier and TypeMethodDescriptionio.grpc.ServerServiceDefinitionstatic CsdsServiceCreates an instance.
-
Method Details
-
newInstance
Creates an instance. -
bindService
public io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-