salesforce / grpc-java-contrib

Useful extensions for the grpc-java library
BSD 3-Clause "New" or "Revised" License
220 stars 34 forks source link

Proto generated class implement any interface/class #243

Closed 313hemant313 closed 1 year ago

313hemant313 commented 1 year ago

Can any one please help with sample code to make a proto generated class implement any interface ?

rmichela commented 1 year ago

JProtoc cannot change the code generated by protoc itself. It can only generate additional source files to supplement protoc's output.