Last active
July 3, 2021 06:47
-
-
Save ankeetmaini/148e19f178af4c8debba033444d397c3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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