Class ClientStatusDiscoveryServiceGrpc.ClientStatusDiscoveryServiceImplBase

  • All Implemented Interfaces:
    io.grpc.BindableService
    Enclosing class:
    ClientStatusDiscoveryServiceGrpc

    public abstract static class ClientStatusDiscoveryServiceGrpc.ClientStatusDiscoveryServiceImplBase
    extends Object
    implements io.grpc.BindableService
     CSDS is Client Status Discovery Service. It can be used to get the status of
     an xDS-compliant client from the management server's point of view. In the
     future, it can potentially be used as an interface to get the current
     state directly from the client.
     
    • Constructor Detail

      • ClientStatusDiscoveryServiceImplBase

        public ClientStatusDiscoveryServiceImplBase()
    • Method Detail

      • bindService

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