Class LinksClientGrpc.LinksClientStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<LinksClientGrpc.LinksClientStub>
-
- com.streamlayer.shortLinks.linksClient.LinksClientGrpc.LinksClientStub
-
- Enclosing class:
- LinksClientGrpc
public static final class LinksClientGrpc.LinksClientStub extends io.grpc.stub.AbstractAsyncStub<LinksClientGrpc.LinksClientStub>
A stub to allow clients to do asynchronous rpc calls to service LinksClient.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LinksClientGrpc.LinksClientStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidgenerate(GenerateRequest request, io.grpc.stub.StreamObserver<GenerateResponse> responseObserver)-
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
-
-
-
Method Detail
-
build
protected LinksClientGrpc.LinksClientStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<LinksClientGrpc.LinksClientStub>
-
generate
public void generate(GenerateRequest request, io.grpc.stub.StreamObserver<GenerateResponse> responseObserver)
-
-