public static class TestServiceGrpc.TestServiceStub extends AbstractStub<TestServiceGrpc.TestServiceStub,TestServiceGrpc.TestServiceServiceDescriptor> implements TestServiceGrpc.TestService
AbstractStub.StubConfigBuilderchannel, configconfigureNewStub, getChannel, getServiceDescriptorprotected TestServiceGrpc.TestServiceStub build(Channel channel, TestServiceGrpc.TestServiceServiceDescriptor config)
AbstractStubbuild in class AbstractStub<TestServiceGrpc.TestServiceStub,TestServiceGrpc.TestServiceServiceDescriptor>channel - the channel that this stub will use to do communicationsconfig - defines the RPC methods of the stubpublic void emptyCall(EmptyProtos.Empty request, StreamObserver<EmptyProtos.Empty> responseObserver)
emptyCall in interface TestServiceGrpc.TestServicepublic void unaryCall(Messages.SimpleRequest request, StreamObserver<Messages.SimpleResponse> responseObserver)
unaryCall in interface TestServiceGrpc.TestServicepublic void streamingOutputCall(Messages.StreamingOutputCallRequest request, StreamObserver<Messages.StreamingOutputCallResponse> responseObserver)
streamingOutputCall in interface TestServiceGrpc.TestServicepublic StreamObserver<Messages.StreamingInputCallRequest> streamingInputCall(StreamObserver<Messages.StreamingInputCallResponse> responseObserver)
streamingInputCall in interface TestServiceGrpc.TestServicepublic StreamObserver<Messages.StreamingOutputCallRequest> fullDuplexCall(StreamObserver<Messages.StreamingOutputCallResponse> responseObserver)
fullDuplexCall in interface TestServiceGrpc.TestServicepublic StreamObserver<Messages.StreamingOutputCallRequest> halfDuplexCall(StreamObserver<Messages.StreamingOutputCallResponse> responseObserver)
halfDuplexCall in interface TestServiceGrpc.TestService