Module thrift::server

source ·
Expand description

Types used to implement a Thrift server.

Structs

A TProcessor that 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 TProcessor implementations to return an ApplicationError if thrift message processing failed.