Expand description
Types used to implement a Thrift server.
Structs§
- TMultiplexed
Processor - 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 anApplicationError
if thrift message processing failed.