Class EndpointDiscoveryServiceGrpc.EndpointDiscoveryServiceImplBase

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

    public abstract static class EndpointDiscoveryServiceGrpc.EndpointDiscoveryServiceImplBase
    extends Object
    implements io.grpc.BindableService
    • Constructor Detail

      • EndpointDiscoveryServiceImplBase

        public EndpointDiscoveryServiceImplBase()
    • Method Detail

      • streamEndpoints

        public io.grpc.stub.StreamObserver<DiscoveryRequest> streamEndpoints​(io.grpc.stub.StreamObserver<DiscoveryResponse> responseObserver)
         The resource_names field in DiscoveryRequest specifies a list of clusters
         to subscribe to updates for.
         
      • bindService

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