Package io.grpc.testing.integration
Class UnimplementedServiceGrpc.UnimplementedServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<UnimplementedServiceGrpc.UnimplementedServiceStub>
-
- io.grpc.testing.integration.UnimplementedServiceGrpc.UnimplementedServiceStub
-
- Enclosing class:
- UnimplementedServiceGrpc
public static final class UnimplementedServiceGrpc.UnimplementedServiceStub extends io.grpc.stub.AbstractAsyncStub<UnimplementedServiceGrpc.UnimplementedServiceStub>
A stub to allow clients to do asynchronous 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.UnimplementedServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidunimplementedCall(EmptyProtos.Empty request, io.grpc.stub.StreamObserver<EmptyProtos.Empty> responseObserver)A call that no server should implement
-
-
-
Method Detail
-
build
protected UnimplementedServiceGrpc.UnimplementedServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<UnimplementedServiceGrpc.UnimplementedServiceStub>
-
unimplementedCall
public void unimplementedCall(EmptyProtos.Empty request, io.grpc.stub.StreamObserver<EmptyProtos.Empty> responseObserver)
A call that no server should implement
-
-