class Multiwoven::Integrations::Core::DestinationConnector
def tracking_message(success, failure, log_message_array)
def tracking_message(success, failure, log_message_array) Multiwoven::Integrations::Protocol::TrackingMessage.new( success: success, failed: failure, logs: log_message_array ).to_multiwoven_message end
def write(_sync_config, _records, _action = "destination_insert")
Records are transformed json payload send it to the destination
def write(_sync_config, _records, _action = "destination_insert") raise "Not implemented" # return Protocol::TrackingMessage end