Restructure omni services and add Chatwoot research snapshot
This commit is contained in:
10
research/chatwoot/app/dispatchers/sync_dispatcher.rb
Normal file
10
research/chatwoot/app/dispatchers/sync_dispatcher.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
class SyncDispatcher < BaseDispatcher
|
||||
def dispatch(event_name, timestamp, data)
|
||||
event_object = Events::Base.new(event_name, timestamp, data)
|
||||
publish(event_object.method_name, event_object)
|
||||
end
|
||||
|
||||
def listeners
|
||||
[ActionCableListener.instance, AgentBotListener.instance]
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user