As title. An edge can have multiple RPC methods so we need to call the correct decoder based on the method name.
We can extract the method name from gRPC header (:path) and I added the extraction logic. We need to add codegen logic for the match. (Also, we might want to analyze the proto to know the list of methods first)