thrift.codegen.processor

Undocumented in source.

Members

Templates

TArgsStruct
template TArgsStruct(Interface, string methodName)

A struct representing the arguments of a Thrift method call.

TResultStruct
template TResultStruct(Interface, string methodName)

A struct representing the result of a Thrift method call.

TServiceProcessor
template TServiceProcessor(Interface, Protocols...)

Service processor for Interface, which implements TProcessor by synchronously forwarding requests for the service methods to a handler implementing Interface.

Meta