%i[table schema event count direction].freeze
Raises:
8 9 10 11 12 13 14
# File 'lib/table_sync/instrument.rb', line 8 def notify(**args) return unless TableSync.notify? raise(TableSync::InvalidConfig, error_message) if TableSync.notifier.nil? validate_args!(**args) TableSync.notifier.notify(**args) end