Class: TurbotRunner::BaseHandler

Inherits:
Object
  • Object
show all
Defined in:
lib/turbot_runner/base_handler.rb

Instance Method Summary collapse

Instance Method Details

#handle_invalid_json(line) ⇒ Object



12
13
# File 'lib/turbot_runner/base_handler.rb', line 12

def handle_invalid_json(line)
end

#handle_invalid_record(record, data_type, error_message) ⇒ Object



9
10
# File 'lib/turbot_runner/base_handler.rb', line 9

def handle_invalid_record(record, data_type, error_message)
end

#handle_snapshot_ended(data_type) ⇒ Object



6
7
# File 'lib/turbot_runner/base_handler.rb', line 6

def handle_snapshot_ended(data_type)
end

#handle_valid_record(record, data_type) ⇒ Object



3
4
# File 'lib/turbot_runner/base_handler.rb', line 3

def handle_valid_record(record, data_type)
end