Class: Concord::Thrift::BoltPipeService::Client

Inherits:
Object
  • Object
show all
Includes:
Thrift::Client
Defined in:
lib/gen-rb/bolt_pipe_service.rb

Instance Method Summary collapse

Instance Method Details

#dispatchRecords(records) ⇒ Object



16
17
18
19
# File 'lib/gen-rb/bolt_pipe_service.rb', line 16

def dispatchRecords(records)
  send_dispatchRecords(records)
  recv_dispatchRecords()
end

#recv_dispatchRecordsObject



25
26
27
28
29
# File 'lib/gen-rb/bolt_pipe_service.rb', line 25

def recv_dispatchRecords()
  result = receive_message(DispatchRecords_result)
  raise result.e unless result.e.nil?
  return
end

#send_dispatchRecords(records) ⇒ Object



21
22
23
# File 'lib/gen-rb/bolt_pipe_service.rb', line 21

def send_dispatchRecords(records)
  send_message('dispatchRecords', DispatchRecords_args, :records => records)
end