Class: ThriftServer::HandlerWrapper

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/thrift_server.rb

Defined Under Namespace

Classes: Dispatcher

Instance Method Summary collapse

Instance Method Details

#call(rpc) ⇒ Object


62
63
64
# File 'lib/thrift_server.rb', line 62

def call(rpc)
  app.call rpc
end