module Activerecord::Oracle::Queue::Watcher::InstanceMethods

Public Instance Methods

perform(data) click to toggle source
# File lib/activerecord/oracle/queue/watcher.rb, line 23
def perform(data)
  raise "Has to be implemented"
end