Class LinksClientGrpc.LinksClientBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<LinksClientGrpc.LinksClientBlockingStub>
-
- com.streamlayer.shortLinks.linksClient.LinksClientGrpc.LinksClientBlockingStub
-
- Enclosing class:
- LinksClientGrpc
public static final class LinksClientGrpc.LinksClientBlockingStub extends io.grpc.stub.AbstractBlockingStub<LinksClientGrpc.LinksClientBlockingStub>
A stub to allow clients to do synchronous rpc calls to service LinksClient.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LinksClientGrpc.LinksClientBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)GenerateResponsegenerate(GenerateRequest request)-
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.LinksClientBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<LinksClientGrpc.LinksClientBlockingStub>
-
generate
public GenerateResponse generate(GenerateRequest request)
-
-