class TurbotRunner::BaseHandler
Public Instance Methods
handle_invalid_json(line)
click to toggle source
# File lib/turbot_runner/base_handler.rb, line 12 def handle_invalid_json(line) end
handle_invalid_record(record, data_type, error_message)
click to toggle source
# File lib/turbot_runner/base_handler.rb, line 9 def handle_invalid_record(record, data_type, error_message) end
handle_snapshot_ended(data_type)
click to toggle source
# File lib/turbot_runner/base_handler.rb, line 6 def handle_snapshot_ended(data_type) end
handle_valid_record(record, data_type)
click to toggle source
# File lib/turbot_runner/base_handler.rb, line 3 def handle_valid_record(record, data_type) end