Method: ActiveProjection::EventClient#send_browser_notification

Defined in:
lib/active_projection/event_client.rb

#send_browser_notification(id) ⇒ Object



48
49
50
# File 'lib/active_projection/event_client.rb', line 48

def send_browser_notification(id)
  server_side_events_exchange.publish id.to_s
end