Open TonyStarkShaDiao opened 1 year ago
English
Please explain what you refer as generic calling?
It is not possible to create service that has a method like this:
public Bar doFoo(T foo);
The closest you can get is using protobuf's Any or OneOfs.