class Announce::Adapters::BaseAdapter::Subscriber
Public Instance Methods
subscribe(worker_class, subject, actions, options)
click to toggle source
# File lib/announce/adapters/base_adapter.rb, line 39 def subscribe(worker_class, subject, actions, options) raise NotImplementedError.new("You must implement subscribe.") end