Types of Thrift RPC messages.
Call of a normal, two-way RPC method.
Reply to a normal method call.
Reply to a method call if target raised a TApplicationException.
Call of a one-way RPC method which is not followed by a reply.
See Implementation
Types of Thrift RPC messages.