Sha256: aad6b82c0a0d925bdbf228b08832cbc17acfe9e3973f96ff1525e51e43a67b6e
Contents?: true
Size: 413 Bytes
Versions: 32
Compression:
Stored size: 413 Bytes
Contents
# frozen_string_literal: true module Multiwoven module Integrations::Core class DestinationConnector < BaseConnector # Records are transformed json payload send it to the destination # SyncConfig is the Protocol::SyncConfig object def write(_sync_config, _records, _action = "insert") raise "Not implemented" # return Protocol::TrackingMessage end end end end
Version data entries
32 entries across 32 versions & 2 rubygems