TMessageType

Types of Thrift RPC messages.

Values

ValueMeaning
CALL1

Call of a normal, two-way RPC method.

REPLY2

Reply to a normal method call.

EXCEPTION3

Reply to a method call if target raised a TApplicationException.

ONEWAY4

Call of a one-way RPC method which is not followed by a reply.

Meta