Class: Waterfall::Thrift::WaterfallService::Processor

Inherits:
Object
  • Object
show all
Includes:
Thrift::Processor
Defined in:
lib/waterfall/client/thrift/waterfall_service.rb

Instance Method Summary collapse

Instance Method Details

#process_nextId(seqid, iprot, oprot) ⇒ Object



36
37
38
39
40
41
# File 'lib/waterfall/client/thrift/waterfall_service.rb', line 36

def process_nextId(seqid, iprot, oprot)
  args = read_args(iprot, NextId_args)
  result = NextId_result.new()
  result.success = @handler.nextId()
  write_result(result, oprot, 'nextId', seqid)
end