Package com.streamlayer.pass.passClient
Class PassClientGrpc.PassClientStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<PassClientGrpc.PassClientStub>
-
- com.streamlayer.pass.passClient.PassClientGrpc.PassClientStub
-
- Enclosing class:
- PassClientGrpc
public static final class PassClientGrpc.PassClientStub extends io.grpc.stub.AbstractAsyncStub<PassClientGrpc.PassClientStub>
A stub to allow clients to do asynchronous rpc calls to service PassClient.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PassClientGrpc.PassClientStubbuild(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 PassClientGrpc.PassClientStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<PassClientGrpc.PassClientStub>
-
generate
public void generate(GenerateRequest request, io.grpc.stub.StreamObserver<GenerateResponse> responseObserver)
-
-