Skip to content

Instantly share code, notes, and snippets.

@ankeetmaini
Last active July 3, 2021 06:47
Show Gist options
  • Save ankeetmaini/148e19f178af4c8debba033444d397c3 to your computer and use it in GitHub Desktop.
Save ankeetmaini/148e19f178af4c8debba033444d397c3 to your computer and use it in GitHub Desktop.
public class DemoServiceImpl extends DemoServiceGrpc.DemoServiceImplBase {
@Override
public void sum (SumRequest request, StreamObserver responseObserver) {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment