Class EchoResourceServiceGrpc.EchoResourceServiceBlockingV2Stub
java.lang.Object
io.grpc.stub.AbstractStub<EchoResourceServiceGrpc.EchoResourceServiceBlockingV2Stub>
io.grpc.stub.AbstractBlockingStub<EchoResourceServiceGrpc.EchoResourceServiceBlockingV2Stub>
proto.rpc.examples.echoresource.v1.EchoResourceServiceGrpc.EchoResourceServiceBlockingV2Stub
- Enclosing class:
EchoResourceServiceGrpc
public static final class EchoResourceServiceGrpc.EchoResourceServiceBlockingV2Stub
extends io.grpc.stub.AbstractBlockingStub<EchoResourceServiceGrpc.EchoResourceServiceBlockingV2Stub>
A stub to allow clients to do synchronous rpc calls to service EchoResourceService.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>> -
Method Summary
Modifier and TypeMethodDescriptionbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) io.grpc.stub.BlockingClientCall<Echoresource.EchoResourceBiDiRequest, Echoresource.EchoResourceBiDiResponse> io.grpc.stub.BlockingClientCall<?, Echoresource.EchoResourceMultipleResponse> Methods inherited from class io.grpc.stub.AbstractBlockingStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected EchoResourceServiceGrpc.EchoResourceServiceBlockingV2Stub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<EchoResourceServiceGrpc.EchoResourceServiceBlockingV2Stub>
-
echoResource
public Echoresource.EchoResourceResponse echoResource(Echoresource.EchoResourceRequest request) throws io.grpc.StatusException - Throws:
io.grpc.StatusException
-
echoResourceMultiple
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/10918") public io.grpc.stub.BlockingClientCall<?,Echoresource.EchoResourceMultipleResponse> echoResourceMultiple(Echoresource.EchoResourceMultipleRequest request) -
echoResourceBiDi
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/10918") public io.grpc.stub.BlockingClientCall<Echoresource.EchoResourceBiDiRequest,Echoresource.EchoResourceBiDiResponse> echoResourceBiDi()
-