Class: ThriftServer::HandlerWrapper::Dispatcher
- Inherits:
-
Object
- Object
- ThriftServer::HandlerWrapper::Dispatcher
- Defined in:
- lib/thrift_server.rb
Instance Method Summary collapse
Instance Method Details
#call(rpc) ⇒ Object
53 54 55 |
# File 'lib/thrift_server.rb', line 53 def call(rpc) handler.send rpc.name, *rpc.args end |