Method: ThriftFlumeEventServer::Processor#process_close
- Defined in:
- lib/thrift/thrift_flume_event_server.rb
#process_close(seqid, iprot, oprot) ⇒ Object
46 47 48 49 50 51 |
# File 'lib/thrift/thrift_flume_event_server.rb', line 46 def process_close(seqid, iprot, oprot) args = read_args(iprot, Close_args) result = Close_result.new() @handler.close() write_result(result, oprot, 'close', seqid) end |