Expand description
Types used to implement a Thrift server.
Structs
- A
TProcessorthat can demux service calls to multiple underlying Thrift services. - Fixed-size thread-pool blocking Thrift server.
Traits
- Handles incoming Thrift messages and dispatches them to the user-defined handler functions.
Functions
- Convenience function used in generated
TProcessorimplementations to return anApplicationErrorif thrift message processing failed.