Module server

Source
Expand description

Types used to implement a Thrift server.

Structs§

TMultiplexedProcessor
A TProcessor that can demux service calls to multiple underlying Thrift services.
TServer
Fixed-size thread-pool blocking Thrift server.

Traits§

TProcessor
Handles incoming Thrift messages and dispatches them to the user-defined handler functions.

Functions§

handle_process_result
Convenience function used in generated TProcessor implementations to return an ApplicationError if thrift message processing failed.