We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32fd329 commit 75f27baCopy full SHA for 75f27ba
examples/src/main/java/io/grpc/examples/errorhandling/ErrorHandlingClient.java
@@ -71,7 +71,7 @@ public static void main(String [] args) throws Exception {
71
private ManagedChannel channel;
72
73
void run() throws Exception {
74
- server = ServerBuilder.forPort(0).addService(new GreeterGrpc.AbstractGreeter() {
+ server = ServerBuilder.forPort(0).addService(new GreeterGrpc.GreeterImplBase() {
75
@Override
76
public void sayHello(HelloRequest request, StreamObserver<HelloReply> responseObserver) {
77
responseObserver.onError(Status.INTERNAL
0 commit comments