Package io.grpc.testing.integration
Class UnimplementedServiceGrpc.UnimplementedServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<UnimplementedServiceGrpc.UnimplementedServiceBlockingStub>
-
- io.grpc.testing.integration.UnimplementedServiceGrpc.UnimplementedServiceBlockingStub
-
- Enclosing class:
- UnimplementedServiceGrpc
public static final class UnimplementedServiceGrpc.UnimplementedServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<UnimplementedServiceGrpc.UnimplementedServiceBlockingStub>
A stub to allow clients to do synchronous rpc calls to service UnimplementedService.A simple service NOT implemented at servers so clients can test for that case.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected UnimplementedServiceGrpc.UnimplementedServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)EmptyProtos.EmptyunimplementedCall(EmptyProtos.Empty request)A call that no server should implement
-
-
-
Method Detail
-
build
protected UnimplementedServiceGrpc.UnimplementedServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<UnimplementedServiceGrpc.UnimplementedServiceBlockingStub>
-
unimplementedCall
public EmptyProtos.Empty unimplementedCall(EmptyProtos.Empty request)
A call that no server should implement
-
-