public static final class UnimplementedServiceGrpc.UnimplementedServiceStub extends io.grpc.stub.AbstractAsyncStub<UnimplementedServiceGrpc.UnimplementedServiceStub>
A simple service NOT implemented at servers so clients can test for that case.
| Modifier and Type | Method and Description |
|---|---|
protected UnimplementedServiceGrpc.UnimplementedServiceStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
void |
unimplementedCall(EmptyProtos.Empty request,
io.grpc.stub.StreamObserver<EmptyProtos.Empty> responseObserver)
A call that no server should implement
|
protected UnimplementedServiceGrpc.UnimplementedServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<UnimplementedServiceGrpc.UnimplementedServiceStub>public void unimplementedCall(EmptyProtos.Empty request, io.grpc.stub.StreamObserver<EmptyProtos.Empty> responseObserver)
A call that no server should implement