salesforce / grpc-java-contrib

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

Proto generated class implement any interface/class #243

Closed 313hemant313 closed 10 months ago

313hemant313 commented 10 months ago

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

rmichela commented 10 months ago

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