Class LookupServiceGrpc.LookupServiceStub (2.13.0)

public static final class LookupServiceGrpc.LookupServiceStub extends AbstractAsyncStub<LookupServiceGrpc.LookupServiceStub>

Service Directory API for looking up service data at runtime.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractAsyncStub > LookupServiceGrpc.LookupServiceStub

Methods

build(Channel channel, CallOptions callOptions)

protected LookupServiceGrpc.LookupServiceStub build(Channel channel, CallOptions callOptions)
Parameters
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
LookupServiceGrpc.LookupServiceStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

resolveService(ResolveServiceRequest request, StreamObserver<ResolveServiceResponse> responseObserver)

public void resolveService(ResolveServiceRequest request, StreamObserver<ResolveServiceResponse> responseObserver)

Returns a service and its associated endpoints. Resolving a service is not considered an active developer method.

Parameters
NameDescription
requestResolveServiceRequest
responseObserverio.grpc.stub.StreamObserver<ResolveServiceResponse>